Html Css Color HEX #FDE26C Sweet Corn

📋 copy color: '#FDE26C'

red 253 ◦ green 226 ◦ blue 108

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

Shades of Sweet Corn #FDE26C

Tints of Sweet Corn #FDE26C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.5%

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

R = 43.1%
G = 38.5%
B = 18.4%

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

#FDE26C (or 0xFDE26C) is known color: Sweet Corn. HEX triplet: FD, E2 and 6C. RGB value is (253,226,108). Sum of RGB (Red+Green+Blue) = 253+226+108=587 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.10% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 108 (42.58% from 255 or 18.40% from 587); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE26C is #021D93. Grayscale: #DDDDDD. Windows color (decimal): -138644 or 7135997. OLE color: 7135997.

HSL color Cylindrical-coordinate representation of color #FDE26C: hue angle of 48.83º 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 #FDE26C is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 226 108 -
CMYK 0 0.11 0.57 0.01
HSL 48.83º 0.97% 0.71% -
HSV(B) 48.83º 0.57% 0.99% -
XYZ 70.41 76.36 25.21 -
YUV 220.62 64.45 151.09 -
System Red Green Blue C M Y K H S L
Decimal 253 226 108 0 0.11 0.57 0.01 48.83 0.97 0.71
Hex FD E2 6C 0 B 39 1 31 61 47
Octal 375 342 154 0 13 71 1 61 141 107
Binary 11111101 11100010 1101100 0 1011 111001 1 110001 1100001 1000111

Color Harmonies of #FDE26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE26C

Black with #FDE26C

Text Example


Text Example

White with #FDE26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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