Html Css Color HEX #FDE170 Sweet Corn

📋 copy color: '#FDE170'

red 253 ◦ green 225 ◦ blue 112

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

Shades of Sweet Corn #FDE170

Tints of Sweet Corn #FDE170

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.14%

 BLUE value IS 112 (44.14% from 255) = 18.98%

R = 42.88%
G = 38.14%
B = 18.98%

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

#FDE170 (or 0xFDE170) is known color: Sweet Corn. HEX triplet: FD, E1 and 70. RGB value is (253,225,112). Sum of RGB (Red+Green+Blue) = 253+225+112=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 112 (44.14% from 255 or 18.98% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE170 is #021E8F. Grayscale: #DCDCDC. Windows color (decimal): -138896 or 7397885. OLE color: 7397885.

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

Color convert

RGB 253 225 112 -
CMYK 0 0.11 0.56 0.01
HSL 48.09º 0.97% 0.72% -
HSV(B) 48.09º 0.56% 0.99% -
XYZ 70.36 75.9 26.27 -
YUV 220.49 66.78 151.19 -
System Red Green Blue C M Y K H S L
Decimal 253 225 112 0 0.11 0.56 0.01 48.09 0.97 0.72
Hex FD E1 70 0 B 38 1 30 61 48
Octal 375 341 160 0 13 70 1 60 141 110
Binary 11111101 11100001 1110000 0 1011 111000 1 110000 1100001 1001000

Color Harmonies of #FDE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE170

Black with #FDE170

Text Example


Text Example

White with #FDE170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE170; }

 p { color: rgb(253,225,112); }

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

background-color css

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

 a { background-color: rgb(253,225,112); }

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

border-color css

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

 span { border-color: rgb(253,225,112); }

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