Html Css Color HEX #FDF022 Lemon

📋 copy color: '#FDF022'

red 253 ◦ green 240 ◦ blue 34

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

Shades of Lemon #FDF022

Tints of Lemon #FDF022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.45%

R = 48.01%
G = 45.54%
B = 6.45%

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

#FDF022 (or 0xFDF022) is known color: Lemon. HEX triplet: FD, F0 and 22. RGB value is (253,240,34). Sum of RGB (Red+Green+Blue) = 253+240+34=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 34 (13.67% from 255 or 6.45% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF022 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF022 is #020FDD. Grayscale: #DDDDDD. Windows color (decimal): -135134 or 2289917. OLE color: 2289917.

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

Color convert

RGB 253 240 34 -
CMYK 0 0.05 0.87 0.01
HSL 56.44º 0.98% 0.56% -
HSV(B) 56.44º 0.87% 0.99% -
XYZ 71.96 83.32 13.8 -
YUV 220.4 22.81 151.25 -
System Red Green Blue C M Y K H S L
Decimal 253 240 34 0 0.05 0.87 0.01 56.44 0.98 0.56
Hex FD F0 22 0 5 57 1 38 62 38
Octal 375 360 42 0 5 127 1 70 142 70
Binary 11111101 11110000 100010 0 101 1010111 1 111000 1100010 111000

Color Harmonies of #FDF022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF022

Black with #FDF022

Text Example


Text Example

White with #FDF022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF022; }

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

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

background-color css

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

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

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

border-color css

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

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

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