Html Css Color HEX #FFDF0D Lemon

📋 copy color: '#FFDF0D'

red 255 ◦ green 223 ◦ blue 13

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

Shades of Lemon #FFDF0D

Tints of Lemon #FFDF0D

RGB

 RED value IS 255 (100% from 255) = 51.93%

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

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

R = 51.93%
G = 45.42%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFDF0D (or 0xFFDF0D) is known color: Lemon. HEX triplet: FF, DF and 0D. RGB value is (255,223,13). Sum of RGB (Red+Green+Blue) = 255+223+13=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 13 (5.47% from 255 or 2.65% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDF0D is #0020F2. Grayscale: #D1D1D1. Windows color (decimal): -8435 or 909311. OLE color: 909311.

HSL color Cylindrical-coordinate representation of color #FFDF0D: hue angle of 52.07º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFDF0D is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 223 13 -
CMYK 0 0.13 0.95 0
HSL 52.07º 1% 0.53% -
HSV(B) 52.07º 0.95% 1% -
XYZ 67.7 74.06 11.11 -
YUV 208.63 17.6 161.08 -
System Red Green Blue C M Y K H S L
Decimal 255 223 13 0 0.13 0.95 0 52.07 1 0.53
Hex FF DF D 0 D 5F 0 34 64 35
Octal 377 337 15 0 15 137 0 64 144 65
Binary 11111111 11011111 1101 0 1101 1011111 0 110100 1100100 110101

Color Harmonies of #FFDF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF0D

Black with #FFDF0D

Text Example


Text Example

White with #FFDF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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