Html Css Color HEX #FAF318 Lemon

📋 copy color: '#FAF318'

red 250 ◦ green 243 ◦ blue 24

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

Shades of Lemon #FAF318

Tints of Lemon #FAF318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.64%

R = 48.36%
G = 47%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FAF318 (or 0xFAF318) is known color: Lemon. HEX triplet: FA, F3 and 18. RGB value is (250,243,24). Sum of RGB (Red+Green+Blue) = 250+243+24=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 24 (9.77% from 255 or 4.64% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF318 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF318 is #050CE7. Grayscale: #DDDDDD. Windows color (decimal): -330984 or 1635322. OLE color: 1635322.

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

Color convert

RGB 250 243 24 -
CMYK 0 0.03 0.90 0.02
HSL 58.14º 0.96% 0.54% -
HSV(B) 58.14º 0.9% 0.98% -
XYZ 71.64 84.49 13.4 -
YUV 220.13 17.32 149.31 -
System Red Green Blue C M Y K H S L
Decimal 250 243 24 0 0.03 0.90 0.02 58.14 0.96 0.54
Hex FA F3 18 0 3 5A 2 3A 60 36
Octal 372 363 30 0 3 132 2 72 140 66
Binary 11111010 11110011 11000 0 11 1011010 10 111010 1100000 110110

Color Harmonies of #FAF318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF318

Black with #FAF318

Text Example


Text Example

White with #FAF318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF318; }

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

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

background-color css

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

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

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

border-color css

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

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

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