Html Css Color HEX #FDF60D Lemon

📋 copy color: '#FDF60D'

red 253 ◦ green 246 ◦ blue 13

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

Shades of Lemon #FDF60D

Tints of Lemon #FDF60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.54%

R = 49.41%
G = 48.05%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDF60D (or 0xFDF60D) is known color: Lemon. HEX triplet: FD, F6 and 0D. RGB value is (253,246,13). Sum of RGB (Red+Green+Blue) = 253+246+13=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 13 (5.47% from 255 or 2.54% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF60D is #0209F2. Grayscale: #DEDEDE. Windows color (decimal): -133619 or 915197. OLE color: 915197.

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

Color convert

RGB 253 246 13 -
CMYK 0 0.03 0.95 0.01
HSL 58.25º 0.98% 0.52% -
HSV(B) 58.25º 0.95% 0.99% -
XYZ 73.54 86.82 13.26 -
YUV 221.53 10.32 150.45 -
System Red Green Blue C M Y K H S L
Decimal 253 246 13 0 0.03 0.95 0.01 58.25 0.98 0.52
Hex FD F6 D 0 3 5F 1 3A 62 34
Octal 375 366 15 0 3 137 1 72 142 64
Binary 11111101 11110110 1101 0 11 1011111 1 111010 1100010 110100

Color Harmonies of #FDF60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF60D

Black with #FDF60D

Text Example


Text Example

White with #FDF60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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