Html Css Color HEX #FDF024 Lemon

📋 copy color: '#FDF024'

red 253 ◦ green 240 ◦ blue 36

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

Shades of Lemon #FDF024

Tints of Lemon #FDF024

RGB

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

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

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

R = 47.83%
G = 45.37%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FDF024 (or 0xFDF024) is known color: Lemon. HEX triplet: FD, F0 and 24. RGB value is (253,240,36). Sum of RGB (Red+Green+Blue) = 253+240+36=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 36 (14.45% from 255 or 6.81% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF024 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF024 is #020FDB. Grayscale: #DDDDDD. Windows color (decimal): -135132 or 2420989. OLE color: 2420989.

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

Color convert

RGB 253 240 36 -
CMYK 0 0.05 0.86 0.01
HSL 56.41º 0.98% 0.57% -
HSV(B) 56.41º 0.86% 0.99% -
XYZ 71.99 83.33 13.96 -
YUV 220.63 23.81 151.09 -
System Red Green Blue C M Y K H S L
Decimal 253 240 36 0 0.05 0.86 0.01 56.41 0.98 0.57
Hex FD F0 24 0 5 56 1 38 62 39
Octal 375 360 44 0 5 126 1 70 142 71
Binary 11111101 11110000 100100 0 101 1010110 1 111000 1100010 111001

Color Harmonies of #FDF024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF024

Black with #FDF024

Text Example


Text Example

White with #FDF024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF024; }

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

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

background-color css

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

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

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

border-color css

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

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

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