Html Css Color HEX #FAF324 Lemon

📋 copy color: '#FAF324'

red 250 ◦ green 243 ◦ blue 36

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

Shades of Lemon #FAF324

Tints of Lemon #FAF324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 6.81%

R = 47.26%
G = 45.94%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAF324 (or 0xFAF324) is known color: Lemon. HEX triplet: FA, F3 and 24. RGB value is (250,243,36). Sum of RGB (Red+Green+Blue) = 250+243+36=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 36 (14.45% from 255 or 6.81% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF324 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF324 is #050CDB. Grayscale: #DEDEDE. Windows color (decimal): -330972 or 2421754. OLE color: 2421754.

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

Color convert

RGB 250 243 36 -
CMYK 0 0.03 0.86 0.02
HSL 58.04º 0.96% 0.56% -
HSV(B) 58.04º 0.86% 0.98% -
XYZ 71.79 84.55 14.21 -
YUV 221.5 23.32 148.33 -
System Red Green Blue C M Y K H S L
Decimal 250 243 36 0 0.03 0.86 0.02 58.04 0.96 0.56
Hex FA F3 24 0 3 56 2 3A 60 38
Octal 372 363 44 0 3 126 2 72 140 70
Binary 11111010 11110011 100100 0 11 1010110 10 111010 1100000 111000

Color Harmonies of #FAF324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF324

Black with #FAF324

Text Example


Text Example

White with #FAF324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF324; }

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

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

background-color css

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

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

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

border-color css

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

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

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