Html Css Color HEX #FDF021 Lemon

📋 copy color: '#FDF021'

red 253 ◦ green 240 ◦ blue 33

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

Shades of Lemon #FDF021

Tints of Lemon #FDF021

RGB

 RED value IS 253 (99.22% from 255) = 48.1%

 GREEN value IS 240 (94.14% from 255) = 45.63%

 BLUE value IS 33 (13.28% from 255) = 6.27%

R = 48.1%
G = 45.63%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDF021 (or 0xFDF021) is known color: Lemon. HEX triplet: FD, F0 and 21. RGB value is (253,240,33). Sum of RGB (Red+Green+Blue) = 253+240+33=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 33 (13.28% from 255 or 6.27% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF021 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF021 is #020FDE. Grayscale: #DDDDDD. Windows color (decimal): -135135 or 2224381. OLE color: 2224381.

HSL color Cylindrical-coordinate representation of color #FDF021: hue angle of 56.45º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDF021 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 240 33 -
CMYK 0 0.05 0.87 0.01
HSL 56.45º 0.98% 0.56% -
HSV(B) 56.45º 0.87% 0.99% -
XYZ 71.94 83.31 13.73 -
YUV 220.29 22.31 151.33 -
System Red Green Blue C M Y K H S L
Decimal 253 240 33 0 0.05 0.87 0.01 56.45 0.98 0.56
Hex FD F0 21 0 5 57 1 38 62 38
Octal 375 360 41 0 5 127 1 70 142 70
Binary 11111101 11110000 100001 0 101 1010111 1 111000 1100010 111000

Color Harmonies of #FDF021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF021

Black with #FDF021

Text Example


Text Example

White with #FDF021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF021; }

 p { color: rgb(253,240,33); }

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

background-color css

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

 a { background-color: rgb(253,240,33); }

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

border-color css

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

 span { border-color: rgb(253,240,33); }

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