Html Css Color HEX #FDDE1A Lemon

📋 copy color: '#FDDE1A'

red 253 ◦ green 222 ◦ blue 26

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

Shades of Lemon #FDDE1A

Tints of Lemon #FDDE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.19%

R = 50.5%
G = 44.31%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDDE1A (or 0xFDDE1A) is known color: Lemon. HEX triplet: FD, DE and 1A. RGB value is (253,222,26). Sum of RGB (Red+Green+Blue) = 253+222+26=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 26 (10.55% from 255 or 5.19% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDE1A is #0221E5. Grayscale: #D1D1D1. Windows color (decimal): -139750 or 1761021. OLE color: 1761021.

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

Color convert

RGB 253 222 26 -
CMYK 0 0.12 0.90 0.01
HSL 51.81º 0.98% 0.55% -
HSV(B) 51.81º 0.9% 0.99% -
XYZ 66.82 73.2 11.58 -
YUV 208.93 24.77 159.44 -
System Red Green Blue C M Y K H S L
Decimal 253 222 26 0 0.12 0.90 0.01 51.81 0.98 0.55
Hex FD DE 1A 0 C 5A 1 34 62 37
Octal 375 336 32 0 14 132 1 64 142 67
Binary 11111101 11011110 11010 0 1100 1011010 1 110100 1100010 110111

Color Harmonies of #FDDE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDE1A

Black with #FDDE1A

Text Example


Text Example

White with #FDDE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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