Html Css Color HEX #FFDE1C Lemon

📋 copy color: '#FFDE1C'

red 255 ◦ green 222 ◦ blue 28

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

Shades of Lemon #FFDE1C

Tints of Lemon #FFDE1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.54%

R = 50.5%
G = 43.96%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFDE1C (or 0xFFDE1C) is known color: Lemon. HEX triplet: FF, DE and 1C. RGB value is (255,222,28). Sum of RGB (Red+Green+Blue) = 255+222+28=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 28 (11.33% from 255 or 5.54% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE1C is #0021E3. Grayscale: #D2D2D2. Windows color (decimal): -8676 or 1892095. OLE color: 1892095.

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

Color convert

RGB 255 222 28 -
CMYK 0 0.13 0.89 0
HSL 51.28º 1% 0.55% -
HSV(B) 51.28º 0.89% 1% -
XYZ 67.57 73.59 11.74 -
YUV 209.75 25.43 160.27 -
System Red Green Blue C M Y K H S L
Decimal 255 222 28 0 0.13 0.89 0 51.28 1 0.55
Hex FF DE 1C 0 D 59 0 33 64 37
Octal 377 336 34 0 15 131 0 63 144 67
Binary 11111111 11011110 11100 0 1101 1011001 0 110011 1100100 110111

Color Harmonies of #FFDE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE1C

Black with #FFDE1C

Text Example


Text Example

White with #FFDE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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