Html Css Color HEX #FDF308 Lemon

📋 copy color: '#FDF308'

red 253 ◦ green 243 ◦ blue 8

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

Shades of Lemon #FDF308

Tints of Lemon #FDF308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.59%

R = 50.2%
G = 48.21%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FDF308 (or 0xFDF308) is known color: Lemon. HEX triplet: FD, F3 and 08. RGB value is (253,243,8). Sum of RGB (Red+Green+Blue) = 253+243+8=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 8 (3.52% from 255 or 1.59% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF308 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF308 is #020CF7. Grayscale: #DCDCDC. Windows color (decimal): -134392 or 586749. OLE color: 586749.

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

Color convert

RGB 253 243 8 -
CMYK 0 0.04 0.97 0.01
HSL 57.55º 0.98% 0.51% -
HSV(B) 57.55º 0.97% 0.99% -
XYZ 72.6 85 12.81 -
YUV 219.2 8.81 152.11 -
System Red Green Blue C M Y K H S L
Decimal 253 243 8 0 0.04 0.97 0.01 57.55 0.98 0.51
Hex FD F3 8 0 4 61 1 3A 62 33
Octal 375 363 10 0 4 141 1 72 142 63
Binary 11111101 11110011 1000 0 100 1100001 1 111010 1100010 110011

Color Harmonies of #FDF308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF308

Black with #FDF308

Text Example


Text Example

White with #FDF308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF308; }

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

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

background-color css

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

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

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

border-color css

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

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

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