Html Css Color HEX #FDF206 Lemon

📋 copy color: '#FDF206'

red 253 ◦ green 242 ◦ blue 6

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

Shades of Lemon #FDF206

Tints of Lemon #FDF206

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.3%

 BLUE value IS 6 (2.73% from 255) = 1.2%

R = 50.5%
G = 48.3%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDF206 (or 0xFDF206) is known color: Lemon. HEX triplet: FD, F2 and 06. RGB value is (253,242,6). Sum of RGB (Red+Green+Blue) = 253+242+6=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 6 (2.73% from 255 or 1.20% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF206 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF206 is #020DF9. Grayscale: #DBDBDB. Windows color (decimal): -134650 or 455421. OLE color: 455421.

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

Color convert

RGB 253 242 6 -
CMYK 0 0.04 0.98 0.01
HSL 57.33º 0.98% 0.51% -
HSV(B) 57.33º 0.98% 0.99% -
XYZ 72.29 84.4 12.65 -
YUV 218.39 8.14 152.69 -
System Red Green Blue C M Y K H S L
Decimal 253 242 6 0 0.04 0.98 0.01 57.33 0.98 0.51
Hex FD F2 6 0 4 62 1 39 62 33
Octal 375 362 6 0 4 142 1 71 142 63
Binary 11111101 11110010 110 0 100 1100010 1 111001 1100010 110011

Color Harmonies of #FDF206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF206

Black with #FDF206

Text Example


Text Example

White with #FDF206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF206; }

 p { color: rgb(253,242,6); }

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

background-color css

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

 a { background-color: rgb(253,242,6); }

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

border-color css

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

 span { border-color: rgb(253,242,6); }

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