Html Css Color HEX #FDDE1B Lemon

📋 copy color: '#FDDE1B'

red 253 ◦ green 222 ◦ blue 27

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

Shades of Lemon #FDDE1B

Tints of Lemon #FDDE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.38%

R = 50.4%
G = 44.22%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDDE1B (or 0xFDDE1B) is known color: Lemon. HEX triplet: FD, DE and 1B. RGB value is (253,222,27). Sum of RGB (Red+Green+Blue) = 253+222+27=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 27 (10.94% from 255 or 5.38% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE1B is #0221E4. Grayscale: #D1D1D1. Windows color (decimal): -139749 or 1826557. OLE color: 1826557.

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

Color convert

RGB 253 222 27 -
CMYK 0 0.12 0.89 0.01
HSL 51.77º 0.98% 0.55% -
HSV(B) 51.77º 0.89% 0.99% -
XYZ 66.83 73.2 11.64 -
YUV 209.04 25.27 159.36 -
System Red Green Blue C M Y K H S L
Decimal 253 222 27 0 0.12 0.89 0.01 51.77 0.98 0.55
Hex FD DE 1B 0 C 59 1 34 62 37
Octal 375 336 33 0 14 131 1 64 142 67
Binary 11111101 11011110 11011 0 1100 1011001 1 110100 1100010 110111

Color Harmonies of #FDDE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE1B

Black with #FDDE1B

Text Example


Text Example

White with #FDDE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE1B; }

 p { color: rgb(253,222,27); }

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

background-color css

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

 a { background-color: rgb(253,222,27); }

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

border-color css

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

 span { border-color: rgb(253,222,27); }

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