Html Css Color HEX #FEDD73 Sweet Corn

📋 copy color: '#FEDD73'

red 254 ◦ green 221 ◦ blue 115

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

Shades of Sweet Corn #FEDD73

Tints of Sweet Corn #FEDD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.49%

R = 43.05%
G = 37.46%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FEDD73 (or 0xFEDD73) is known color: Sweet Corn. HEX triplet: FE, DD and 73. RGB value is (254,221,115). Sum of RGB (Red+Green+Blue) = 254+221+115=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 115 (45.31% from 255 or 19.49% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD73 is #01228C. Grayscale: #DBDBDB. Windows color (decimal): -74381 or 7593470. OLE color: 7593470.

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

Color convert

RGB 254 221 115 -
CMYK 0 0.13 0.55 0.00
HSL 45.76º 0.99% 0.72% -
HSV(B) 45.76º 0.55% 1% -
XYZ 69.82 74.02 26.83 -
YUV 218.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 254 221 115 0 0.13 0.55 0.00 45.76 0.99 0.72
Hex FE DD 73 0 D 37 0 2E 63 48
Octal 376 335 163 0 15 67 0 56 143 110
Binary 11111110 11011101 1110011 0 1101 110111 0 101110 1100011 1001000

Color Harmonies of #FEDD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD73

Black with #FEDD73

Text Example


Text Example

White with #FEDD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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