Html Css Color HEX #FFDE0D Lemon

📋 copy color: '#FFDE0D'

red 255 ◦ green 222 ◦ blue 13

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

Shades of Lemon #FFDE0D

Tints of Lemon #FFDE0D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.31%

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

R = 52.04%
G = 45.31%
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

#FFDE0D (or 0xFFDE0D) is known color: Lemon. HEX triplet: FF, DE and 0D. RGB value is (255,222,13). Sum of RGB (Red+Green+Blue) = 255+222+13=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 13 (5.47% from 255 or 2.65% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE0D is #0021F2. Grayscale: #D0D0D0. Windows color (decimal): -8691 or 909055. OLE color: 909055.

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

Color convert

RGB 255 222 13 -
CMYK 0 0.13 0.95 0
HSL 51.82º 1% 0.53% -
HSV(B) 51.82º 0.95% 1% -
XYZ 67.43 73.53 11.02 -
YUV 208.04 17.93 161.49 -
System Red Green Blue C M Y K H S L
Decimal 255 222 13 0 0.13 0.95 0 51.82 1 0.53
Hex FF DE D 0 D 5F 0 34 64 35
Octal 377 336 15 0 15 137 0 64 144 65
Binary 11111111 11011110 1101 0 1101 1011111 0 110100 1100100 110101

Color Harmonies of #FFDE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE0D

Black with #FFDE0D

Text Example


Text Example

White with #FFDE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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