Html Css Color HEX #FAF31E Lemon

📋 copy color: '#FAF31E'

red 250 ◦ green 243 ◦ blue 30

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

Shades of Lemon #FAF31E

Tints of Lemon #FAF31E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.46%

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

R = 47.8%
G = 46.46%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAF31E (or 0xFAF31E) is known color: Lemon. HEX triplet: FA, F3 and 1E. RGB value is (250,243,30). Sum of RGB (Red+Green+Blue) = 250+243+30=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 30 (12.11% from 255 or 5.74% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF31E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF31E is #050CE1. Grayscale: #DDDDDD. Windows color (decimal): -330978 or 2028538. OLE color: 2028538.

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

Color convert

RGB 250 243 30 -
CMYK 0 0.03 0.88 0.02
HSL 58.09º 0.96% 0.55% -
HSV(B) 58.09º 0.88% 0.98% -
XYZ 71.71 84.52 13.76 -
YUV 220.81 20.32 148.82 -
System Red Green Blue C M Y K H S L
Decimal 250 243 30 0 0.03 0.88 0.02 58.09 0.96 0.55
Hex FA F3 1E 0 3 58 2 3A 60 37
Octal 372 363 36 0 3 130 2 72 140 67
Binary 11111010 11110011 11110 0 11 1011000 10 111010 1100000 110111

Color Harmonies of #FAF31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF31E

Black with #FAF31E

Text Example


Text Example

White with #FAF31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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