Html Css Color HEX #FAF423 Lemon

📋 copy color: '#FAF423'

red 250 ◦ green 244 ◦ blue 35

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

Shades of Lemon #FAF423

Tints of Lemon #FAF423

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.12%

 BLUE value IS 35 (14.06% from 255) = 6.62%

R = 47.26%
G = 46.12%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAF423 (or 0xFAF423) is known color: Lemon. HEX triplet: FA, F4 and 23. RGB value is (250,244,35). Sum of RGB (Red+Green+Blue) = 250+244+35=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 35 (14.06% from 255 or 6.62% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF423 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF423 is #050BDC. Grayscale: #DEDEDE. Windows color (decimal): -330717 or 2356474. OLE color: 2356474.

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

Color convert

RGB 250 244 35 -
CMYK 0 0.02 0.86 0.02
HSL 58.33º 0.96% 0.56% -
HSV(B) 58.33º 0.86% 0.98% -
XYZ 72.08 85.15 14.23 -
YUV 221.97 22.49 147.99 -
System Red Green Blue C M Y K H S L
Decimal 250 244 35 0 0.02 0.86 0.02 58.33 0.96 0.56
Hex FA F4 23 0 2 56 2 3A 60 38
Octal 372 364 43 0 2 126 2 72 140 70
Binary 11111010 11110100 100011 0 10 1010110 10 111010 1100000 111000

Color Harmonies of #FAF423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF423

Black with #FAF423

Text Example


Text Example

White with #FAF423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF423; }

 p { color: rgb(250,244,35); }

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

background-color css

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

 a { background-color: rgb(250,244,35); }

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

border-color css

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

 span { border-color: rgb(250,244,35); }

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