Html Css Color HEX #FDF60E Lemon

📋 copy color: '#FDF60E'

red 253 ◦ green 246 ◦ blue 14

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

Shades of Lemon #FDF60E

Tints of Lemon #FDF60E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.95%

 BLUE value IS 14 (5.86% from 255) = 2.73%

R = 49.32%
G = 47.95%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FDF60E (or 0xFDF60E) is known color: Lemon. HEX triplet: FD, F6 and 0E. RGB value is (253,246,14). Sum of RGB (Red+Green+Blue) = 253+246+14=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 14 (5.86% from 255 or 2.73% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF60E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF60E is #0209F1. Grayscale: #DEDEDE. Windows color (decimal): -133618 or 980733. OLE color: 980733.

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

Color convert

RGB 253 246 14 -
CMYK 0 0.03 0.94 0.01
HSL 58.24º 0.98% 0.52% -
HSV(B) 58.24º 0.94% 0.99% -
XYZ 73.54 86.83 13.3 -
YUV 221.65 10.82 150.36 -
System Red Green Blue C M Y K H S L
Decimal 253 246 14 0 0.03 0.94 0.01 58.24 0.98 0.52
Hex FD F6 E 0 3 5E 1 3A 62 34
Octal 375 366 16 0 3 136 1 72 142 64
Binary 11111101 11110110 1110 0 11 1011110 1 111010 1100010 110100

Color Harmonies of #FDF60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF60E

Black with #FDF60E

Text Example


Text Example

White with #FDF60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF60E; }

 p { color: rgb(253,246,14); }

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

background-color css

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

 a { background-color: rgb(253,246,14); }

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

border-color css

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

 span { border-color: rgb(253,246,14); }

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