Html Css Color HEX #FDF00D Lemon

📋 copy color: '#FDF00D'

red 253 ◦ green 240 ◦ blue 13

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

Shades of Lemon #FDF00D

Tints of Lemon #FDF00D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.43%

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

R = 50%
G = 47.43%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDF00D (or 0xFDF00D) is known color: Lemon. HEX triplet: FD, F0 and 0D. RGB value is (253,240,13). Sum of RGB (Red+Green+Blue) = 253+240+13=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 13 (5.47% from 255 or 2.57% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF00D is #020FF2. Grayscale: #DADADA. Windows color (decimal): -135155 or 913661. OLE color: 913661.

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

Color convert

RGB 253 240 13 -
CMYK 0 0.05 0.95 0.01
HSL 56.75º 0.98% 0.52% -
HSV(B) 56.75º 0.95% 0.99% -
XYZ 71.74 83.23 12.66 -
YUV 218.01 12.31 152.96 -
System Red Green Blue C M Y K H S L
Decimal 253 240 13 0 0.05 0.95 0.01 56.75 0.98 0.52
Hex FD F0 D 0 5 5F 1 39 62 34
Octal 375 360 15 0 5 137 1 71 142 64
Binary 11111101 11110000 1101 0 101 1011111 1 111001 1100010 110100

Color Harmonies of #FDF00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF00D

Black with #FDF00D

Text Example


Text Example

White with #FDF00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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