Html Css Color HEX #FAF11E Lemon

📋 copy color: '#FAF11E'

red 250 ◦ green 241 ◦ blue 30

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

Shades of Lemon #FAF11E

Tints of Lemon #FAF11E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.26%

 BLUE value IS 30 (12.11% from 255) = 5.76%

R = 47.98%
G = 46.26%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAF11E (or 0xFAF11E) is known color: Lemon. HEX triplet: FA, F1 and 1E. RGB value is (250,241,30). Sum of RGB (Red+Green+Blue) = 250+241+30=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 30 (12.11% from 255 or 5.76% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF11E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF11E is #050EE1. Grayscale: #DCDCDC. Windows color (decimal): -331490 or 2028026. OLE color: 2028026.

HSL color Cylindrical-coordinate representation of color #FAF11E: hue angle of 57.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAF11E is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 241 30 -
CMYK 0 0.04 0.88 0.02
HSL 57.55º 0.96% 0.55% -
HSV(B) 57.55º 0.88% 0.98% -
XYZ 71.11 83.33 13.56 -
YUV 219.64 20.98 149.66 -
System Red Green Blue C M Y K H S L
Decimal 250 241 30 0 0.04 0.88 0.02 57.55 0.96 0.55
Hex FA F1 1E 0 4 58 2 3A 60 37
Octal 372 361 36 0 4 130 2 72 140 67
Binary 11111010 11110001 11110 0 100 1011000 10 111010 1100000 110111

Color Harmonies of #FAF11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF11E

Black with #FAF11E

Text Example


Text Example

White with #FAF11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF11E; }

 p { color: rgb(250,241,30); }

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

background-color css

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

 a { background-color: rgb(250,241,30); }

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

border-color css

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

 span { border-color: rgb(250,241,30); }

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