Html Css Color HEX #FDDF0D Lemon

📋 copy color: '#FDDF0D'

red 253 ◦ green 223 ◦ blue 13

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

Shades of Lemon #FDDF0D

Tints of Lemon #FDDF0D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.6%

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

R = 51.74%
G = 45.6%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDDF0D (or 0xFDDF0D) is known color: Lemon. HEX triplet: FD, DF and 0D. RGB value is (253,223,13). Sum of RGB (Red+Green+Blue) = 253+223+13=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 13 (5.47% from 255 or 2.66% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF0D is #0220F2. Grayscale: #D0D0D0. Windows color (decimal): -139507 or 909309. OLE color: 909309.

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

Color convert

RGB 253 223 13 -
CMYK 0 0.12 0.95 0.01
HSL 52.5º 0.98% 0.52% -
HSV(B) 52.5º 0.95% 0.99% -
XYZ 66.97 73.69 11.07 -
YUV 208.03 17.94 160.08 -
System Red Green Blue C M Y K H S L
Decimal 253 223 13 0 0.12 0.95 0.01 52.5 0.98 0.52
Hex FD DF D 0 C 5F 1 34 62 34
Octal 375 337 15 0 14 137 1 64 142 64
Binary 11111101 11011111 1101 0 1100 1011111 1 110100 1100010 110100

Color Harmonies of #FDDF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF0D

Black with #FDDF0D

Text Example


Text Example

White with #FDDF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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