Html Css Color HEX #FAF308 Lemon

📋 copy color: '#FAF308'

red 250 ◦ green 243 ◦ blue 8

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

Shades of Lemon #FAF308

Tints of Lemon #FAF308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.6%

R = 49.9%
G = 48.5%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAF308 (or 0xFAF308) is known color: Lemon. HEX triplet: FA, F3 and 08. RGB value is (250,243,8). Sum of RGB (Red+Green+Blue) = 250+243+8=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 8 (3.52% from 255 or 1.60% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF308 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF308 is #050CF7. Grayscale: #DBDBDB. Windows color (decimal): -331000 or 586746. OLE color: 586746.

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

Color convert

RGB 250 243 8 -
CMYK 0 0.03 0.97 0.02
HSL 58.26º 0.96% 0.51% -
HSV(B) 58.26º 0.97% 0.98% -
XYZ 71.52 84.44 12.76 -
YUV 218.3 9.32 150.61 -
System Red Green Blue C M Y K H S L
Decimal 250 243 8 0 0.03 0.97 0.02 58.26 0.96 0.51
Hex FA F3 8 0 3 61 2 3A 60 33
Octal 372 363 10 0 3 141 2 72 140 63
Binary 11111010 11110011 1000 0 11 1100001 10 111010 1100000 110011

Color Harmonies of #FAF308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF308

Black with #FAF308

Text Example


Text Example

White with #FAF308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF308; }

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

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

background-color css

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

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

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

border-color css

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

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

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