Html Css Color HEX #FEDD71 Sweet Corn

📋 copy color: '#FEDD71'

red 254 ◦ green 221 ◦ blue 113

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

Shades of Sweet Corn #FEDD71

Tints of Sweet Corn #FEDD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.22%

R = 43.2%
G = 37.59%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEDD71 (or 0xFEDD71) is known color: Sweet Corn. HEX triplet: FE, DD and 71. RGB value is (254,221,113). Sum of RGB (Red+Green+Blue) = 254+221+113=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 113 (44.53% from 255 or 19.22% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD71 is #01228E. Grayscale: #DBDBDB. Windows color (decimal): -74383 or 7462398. OLE color: 7462398.

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

Color convert

RGB 254 221 113 -
CMYK 0 0.13 0.56 0.00
HSL 45.96º 0.99% 0.72% -
HSV(B) 45.96º 0.56% 1% -
XYZ 69.71 73.98 26.23 -
YUV 218.56 68.43 153.28 -
System Red Green Blue C M Y K H S L
Decimal 254 221 113 0 0.13 0.56 0.00 45.96 0.99 0.72
Hex FE DD 71 0 D 38 0 2E 63 48
Octal 376 335 161 0 15 70 0 56 143 110
Binary 11111110 11011101 1110001 0 1101 111000 0 101110 1100011 1001000

Color Harmonies of #FEDD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD71

Black with #FEDD71

Text Example


Text Example

White with #FEDD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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