Html Css Color HEX #FDF320 Lemon

📋 copy color: '#FDF320'

red 253 ◦ green 243 ◦ blue 32

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

Shades of Lemon #FDF320

Tints of Lemon #FDF320

RGB

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

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

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

R = 47.92%
G = 46.02%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDF320 (or 0xFDF320) is known color: Lemon. HEX triplet: FD, F3 and 20. RGB value is (253,243,32). Sum of RGB (Red+Green+Blue) = 253+243+32=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 32 (12.89% from 255 or 6.06% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF320 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF320 is #020CDF. Grayscale: #DEDEDE. Windows color (decimal): -134368 or 2159613. OLE color: 2159613.

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

Color convert

RGB 253 243 32 -
CMYK 0 0.04 0.87 0.01
HSL 57.29º 0.98% 0.56% -
HSV(B) 57.29º 0.87% 0.99% -
XYZ 72.82 85.09 13.95 -
YUV 221.94 20.81 150.16 -
System Red Green Blue C M Y K H S L
Decimal 253 243 32 0 0.04 0.87 0.01 57.29 0.98 0.56
Hex FD F3 20 0 4 57 1 39 62 38
Octal 375 363 40 0 4 127 1 71 142 70
Binary 11111101 11110011 100000 0 100 1010111 1 111001 1100010 111000

Color Harmonies of #FDF320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF320

Black with #FDF320

Text Example


Text Example

White with #FDF320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF320; }

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

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

background-color css

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

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

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

border-color css

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

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

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