Html Css Color HEX #FDE56B Sweet Corn

📋 copy color: '#FDE56B'

red 253 ◦ green 229 ◦ blue 107

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

Shades of Sweet Corn #FDE56B

Tints of Sweet Corn #FDE56B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.88%

 BLUE value IS 107 (42.19% from 255) = 18.17%

R = 42.95%
G = 38.88%
B = 18.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FDE56B (or 0xFDE56B) is known color: Sweet Corn. HEX triplet: FD, E5 and 6B. RGB value is (253,229,107). Sum of RGB (Red+Green+Blue) = 253+229+107=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 107 (42.19% from 255 or 18.17% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE56B is #021A94. Grayscale: #DEDEDE. Windows color (decimal): -137877 or 7071229. OLE color: 7071229.

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

Color convert

RGB 253 229 107 -
CMYK 0 0.09 0.58 0.01
HSL 50.14º 0.97% 0.71% -
HSV(B) 50.14º 0.58% 0.99% -
XYZ 71.18 77.98 25.21 -
YUV 222.27 62.95 149.92 -
System Red Green Blue C M Y K H S L
Decimal 253 229 107 0 0.09 0.58 0.01 50.14 0.97 0.71
Hex FD E5 6B 0 9 3A 1 32 61 47
Octal 375 345 153 0 11 72 1 62 141 107
Binary 11111101 11100101 1101011 0 1001 111010 1 110010 1100001 1000111

Color Harmonies of #FDE56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE56B

Black with #FDE56B

Text Example


Text Example

White with #FDE56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE56B; }

 p { color: rgb(253,229,107); }

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

background-color css

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

 a { background-color: rgb(253,229,107); }

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

border-color css

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

 span { border-color: rgb(253,229,107); }

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