Html Css Color HEX #FDE06C Sweet Corn

📋 copy color: '#FDE06C'

red 253 ◦ green 224 ◦ blue 108

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

Shades of Sweet Corn #FDE06C

Tints of Sweet Corn #FDE06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 18.46%

R = 43.25%
G = 38.29%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDE06C (or 0xFDE06C) is known color: Sweet Corn. HEX triplet: FD, E0 and 6C. RGB value is (253,224,108). Sum of RGB (Red+Green+Blue) = 253+224+108=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 108 (42.58% from 255 or 18.46% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE06C is #021F93. Grayscale: #DBDBDB. Windows color (decimal): -139156 or 7135485. OLE color: 7135485.

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

Color convert

RGB 253 224 108 -
CMYK 0 0.11 0.57 0.01
HSL 48º 0.97% 0.71% -
HSV(B) 48º 0.57% 0.99% -
XYZ 69.87 75.28 25.03 -
YUV 219.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 253 224 108 0 0.11 0.57 0.01 48 0.97 0.71
Hex FD E0 6C 0 B 39 1 30 61 47
Octal 375 340 154 0 13 71 1 60 141 107
Binary 11111101 11100000 1101100 0 1011 111001 1 110000 1100001 1000111

Color Harmonies of #FDE06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE06C

Black with #FDE06C

Text Example


Text Example

White with #FDE06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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