Html Css Color HEX #FADF20 Lemon

📋 copy color: '#FADF20'

red 250 ◦ green 223 ◦ blue 32

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

Shades of Lemon #FADF20

Tints of Lemon #FADF20

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.16%

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

R = 49.5%
G = 44.16%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FADF20 (or 0xFADF20) is known color: Lemon. HEX triplet: FA, DF and 20. RGB value is (250,223,32). Sum of RGB (Red+Green+Blue) = 250+223+32=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 32 (12.89% from 255 or 6.34% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF20 is #0520DF. Grayscale: #D2D2D2. Windows color (decimal): -336096 or 2154490. OLE color: 2154490.

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

Color convert

RGB 250 223 32 -
CMYK 0 0.11 0.87 0.02
HSL 52.57º 0.96% 0.55% -
HSV(B) 52.57º 0.87% 0.98% -
XYZ 66.07 73.2 12.01 -
YUV 209.3 27.95 157.03 -
System Red Green Blue C M Y K H S L
Decimal 250 223 32 0 0.11 0.87 0.02 52.57 0.96 0.55
Hex FA DF 20 0 B 57 2 35 60 37
Octal 372 337 40 0 13 127 2 65 140 67
Binary 11111010 11011111 100000 0 1011 1010111 10 110101 1100000 110111

Color Harmonies of #FADF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF20

Black with #FADF20

Text Example


Text Example

White with #FADF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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