Html Css Color HEX #FEDD75 Sweet Corn

📋 copy color: '#FEDD75'

red 254 ◦ green 221 ◦ blue 117

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

Shades of Sweet Corn #FEDD75

Tints of Sweet Corn #FEDD75

RGB

 RED value IS 254 (99.61% from 255) = 42.91%

 GREEN value IS 221 (86.72% from 255) = 37.33%

 BLUE value IS 117 (46.09% from 255) = 19.76%

R = 42.91%
G = 37.33%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FEDD75 (or 0xFEDD75) is known color: Sweet Corn. HEX triplet: FE, DD and 75. RGB value is (254,221,117). Sum of RGB (Red+Green+Blue) = 254+221+117=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 117 (46.09% from 255 or 19.76% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD75 is #01228A. Grayscale: #DBDBDB. Windows color (decimal): -74379 or 7724542. OLE color: 7724542.

HSL color Cylindrical-coordinate representation of color #FEDD75: hue angle of 45.55º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEDD75 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 117 -
CMYK 0 0.13 0.54 0.00
HSL 45.55º 0.99% 0.73% -
HSV(B) 45.55º 0.54% 1% -
XYZ 69.94 74.07 27.44 -
YUV 219.01 70.43 152.96 -
System Red Green Blue C M Y K H S L
Decimal 254 221 117 0 0.13 0.54 0.00 45.55 0.99 0.73
Hex FE DD 75 0 D 36 0 2E 63 49
Octal 376 335 165 0 15 66 0 56 143 111
Binary 11111110 11011101 1110101 0 1101 110110 0 101110 1100011 1001001

Color Harmonies of #FEDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD75

Black with #FEDD75

Text Example


Text Example

White with #FEDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD75; }

 p { color: rgb(254,221,117); }

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

background-color css

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

 a { background-color: rgb(254,221,117); }

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

border-color css

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

 span { border-color: rgb(254,221,117); }

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