Html Css Color HEX #FAF866 Laser Lemon

📋 copy color: '#FAF866'

red 250 ◦ green 248 ◦ blue 102

#FAF866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser Lemon #FAF866

Tints of Laser Lemon #FAF866

RGB

 RED value IS 250 (98.05% from 255) = 41.67%

 GREEN value IS 248 (97.27% from 255) = 41.33%

 BLUE value IS 102 (40.23% from 255) = 17%

R = 41.67%
G = 41.33%
B = 17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAF866 (or 0xFAF866) is known color: Laser Lemon. HEX triplet: FA, F8 and 66. RGB value is (250,248,102). Sum of RGB (Red+Green+Blue) = 250+248+102=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 102 (40.23% from 255 or 17% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF866 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF866 is #050799. Grayscale: #E8E8E8. Windows color (decimal): -329626 or 6748410. OLE color: 6748410.

HSL color Cylindrical-coordinate representation of color #FAF866: hue angle of 59.19º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAF866 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 248 102 -
CMYK 0 0.01 0.59 0.02
HSL 59.19º 0.94% 0.69% -
HSV(B) 59.19º 0.59% 0.98% -
XYZ 75.39 88.42 25.66 -
YUV 231.95 54.66 140.87 -
System Red Green Blue C M Y K H S L
Decimal 250 248 102 0 0.01 0.59 0.02 59.19 0.94 0.69
Hex FA F8 66 0 1 3B 2 3B 5E 45
Octal 372 370 146 0 1 73 2 73 136 105
Binary 11111010 11111000 1100110 0 1 111011 10 111011 1011110 1000101

Color Harmonies of #FAF866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF866

Black with #FAF866

Text Example


Text Example

White with #FAF866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF866; }

 p { color: rgb(250,248,102); }

 H1.HeaderClassName
 {
   color: #FAF866;
 }
 .AnyTagClassName
 {
   color: #FAF866;
 }
</style>

background-color css

<style>
 a { background-color: #FAF866; }

 a { background-color: rgb(250,248,102); }

 div.DivClassName
 {
   background-color: #FAF866;
 }
 .BgClassName
 {
   background-color: #FAF866;
 }
</style>

border-color css

<style>
 span { border-color: #FAF866; }

 span { border-color: rgb(250,248,102); }

 td.TdClassName
 {
   border-color: #FAF866;
 }
 .TagClassName
 {
   border-color: #FAF866;
 }
</style>