Html Css Color HEX #FAF320 Lemon

📋 copy color: '#FAF320'

red 250 ◦ green 243 ◦ blue 32

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

Shades of Lemon #FAF320

Tints of Lemon #FAF320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.1%

R = 47.62%
G = 46.29%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAF320 (or 0xFAF320) is known color: Lemon. HEX triplet: FA, F3 and 20. RGB value is (250,243,32). Sum of RGB (Red+Green+Blue) = 250+243+32=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 32 (12.89% from 255 or 6.10% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF320 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF320 is #050CDF. Grayscale: #DDDDDD. Windows color (decimal): -330976 or 2159610. OLE color: 2159610.

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

Color convert

RGB 250 243 32 -
CMYK 0 0.03 0.87 0.02
HSL 58.07º 0.96% 0.55% -
HSV(B) 58.07º 0.87% 0.98% -
XYZ 71.74 84.53 13.9 -
YUV 221.04 21.32 148.66 -
System Red Green Blue C M Y K H S L
Decimal 250 243 32 0 0.03 0.87 0.02 58.07 0.96 0.55
Hex FA F3 20 0 3 57 2 3A 60 37
Octal 372 363 40 0 3 127 2 72 140 67
Binary 11111010 11110011 100000 0 11 1010111 10 111010 1100000 110111

Color Harmonies of #FAF320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF320

Black with #FAF320

Text Example


Text Example

White with #FAF320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF320; }

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

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

background-color css

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

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

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

border-color css

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

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

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