Html Css Color HEX #FAF51E Lemon

📋 copy color: '#FAF51E'

red 250 ◦ green 245 ◦ blue 30

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

Shades of Lemon #FAF51E

Tints of Lemon #FAF51E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.67%

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

R = 47.62%
G = 46.67%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAF51E (or 0xFAF51E) is known color: Lemon. HEX triplet: FA, F5 and 1E. RGB value is (250,245,30). Sum of RGB (Red+Green+Blue) = 250+245+30=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 30 (12.11% from 255 or 5.71% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF51E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF51E is #050AE1. Grayscale: #DEDEDE. Windows color (decimal): -330466 or 2029050. OLE color: 2029050.

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

Color convert

RGB 250 245 30 -
CMYK 0 0.02 0.88 0.02
HSL 58.64º 0.96% 0.55% -
HSV(B) 58.64º 0.88% 0.98% -
XYZ 72.31 85.72 13.96 -
YUV 221.99 19.66 147.98 -
System Red Green Blue C M Y K H S L
Decimal 250 245 30 0 0.02 0.88 0.02 58.64 0.96 0.55
Hex FA F5 1E 0 2 58 2 3B 60 37
Octal 372 365 36 0 2 130 2 73 140 67
Binary 11111010 11110101 11110 0 10 1011000 10 111011 1100000 110111

Color Harmonies of #FAF51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF51E

Black with #FAF51E

Text Example


Text Example

White with #FAF51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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