Html Css Color HEX #FEDB70 Sweet Corn

📋 copy color: '#FEDB70'

red 254 ◦ green 219 ◦ blue 112

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

Shades of Sweet Corn #FEDB70

Tints of Sweet Corn #FEDB70

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.44%

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

R = 43.42%
G = 37.44%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEDB70 (or 0xFEDB70) is known color: Sweet Corn. HEX triplet: FE, DB and 70. RGB value is (254,219,112). Sum of RGB (Red+Green+Blue) = 254+219+112=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 112 (44.14% from 255 or 19.15% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB70 is #01248F. Grayscale: #D9D9D9. Windows color (decimal): -74896 or 7396350. OLE color: 7396350.

HSL color Cylindrical-coordinate representation of color #FEDB70: hue angle of 45.21º 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 #FEDB70 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 219 112 -
CMYK 0 0.14 0.56 0.00
HSL 45.21º 0.99% 0.72% -
HSV(B) 45.21º 0.56% 1% -
XYZ 69.13 72.9 25.76 -
YUV 217.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 254 219 112 0 0.14 0.56 0.00 45.21 0.99 0.72
Hex FE DB 70 0 E 38 0 2D 63 48
Octal 376 333 160 0 16 70 0 55 143 110
Binary 11111110 11011011 1110000 0 1110 111000 0 101101 1100011 1001000

Color Harmonies of #FEDB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB70

Black with #FEDB70

Text Example


Text Example

White with #FEDB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB70; }

 p { color: rgb(254,219,112); }

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

background-color css

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

 a { background-color: rgb(254,219,112); }

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

border-color css

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

 span { border-color: rgb(254,219,112); }

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