Html Css Color HEX #FAF966 Laser Lemon

📋 copy color: '#FAF966'

red 250 ◦ green 249 ◦ blue 102

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

Shades of Laser Lemon #FAF966

Tints of Laser Lemon #FAF966

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.43%

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

R = 41.6%
G = 41.43%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAF966 (or 0xFAF966) is known color: Laser Lemon. HEX triplet: FA, F9 and 66. RGB value is (250,249,102). Sum of RGB (Red+Green+Blue) = 250+249+102=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 102 (40.23% from 255 or 16.97% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF966 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF966 is #050699. Grayscale: #E9E9E9. Windows color (decimal): -329370 or 6748666. OLE color: 6748666.

HSL color Cylindrical-coordinate representation of color #FAF966: hue angle of 59.59º 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 #FAF966 is Cyan = 0, Magento = 0.00, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 249 102 -
CMYK 0 0.00 0.59 0.02
HSL 59.59º 0.94% 0.69% -
HSV(B) 59.59º 0.59% 0.98% -
XYZ 75.7 89.03 25.77 -
YUV 232.54 54.33 140.45 -
System Red Green Blue C M Y K H S L
Decimal 250 249 102 0 0.00 0.59 0.02 59.59 0.94 0.69
Hex FA F9 66 0 0 3B 2 3C 5E 45
Octal 372 371 146 0 0 73 2 74 136 105
Binary 11111010 11111001 1100110 0 0 111011 10 111100 1011110 1000101

Color Harmonies of #FAF966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF966

Black with #FAF966

Text Example


Text Example

White with #FAF966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF966; }

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

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

background-color css

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

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

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

border-color css

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

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

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