Html Css Color HEX #FDE06F Sweet Corn

📋 copy color: '#FDE06F'

red 253 ◦ green 224 ◦ blue 111

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

Shades of Sweet Corn #FDE06F

Tints of Sweet Corn #FDE06F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.1%

 BLUE value IS 111 (43.75% from 255) = 18.88%

R = 43.03%
G = 38.1%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDE06F (or 0xFDE06F) is known color: Sweet Corn. HEX triplet: FD, E0 and 6F. RGB value is (253,224,111). Sum of RGB (Red+Green+Blue) = 253+224+111=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 111 (43.75% from 255 or 18.88% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE06F is #021F90. Grayscale: #DCDCDC. Windows color (decimal): -139153 or 7332093. OLE color: 7332093.

HSL color Cylindrical-coordinate representation of color #FDE06F: hue angle of 47.75º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDE06F is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 224 111 -
CMYK 0 0.11 0.56 0.01
HSL 47.75º 0.97% 0.71% -
HSV(B) 47.75º 0.56% 0.99% -
XYZ 70.03 75.34 25.89 -
YUV 219.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 253 224 111 0 0.11 0.56 0.01 47.75 0.97 0.71
Hex FD E0 6F 0 B 38 1 30 61 47
Octal 375 340 157 0 13 70 1 60 141 107
Binary 11111101 11100000 1101111 0 1011 111000 1 110000 1100001 1000111

Color Harmonies of #FDE06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE06F

Black with #FDE06F

Text Example


Text Example

White with #FDE06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE06F; }

 p { color: rgb(253,224,111); }

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

background-color css

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

 a { background-color: rgb(253,224,111); }

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

border-color css

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

 span { border-color: rgb(253,224,111); }

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