Html Css Color HEX #F7E072 Sweet Corn

📋 copy color: '#F7E072'

red 247 ◦ green 224 ◦ blue 114

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

Shades of Sweet Corn #F7E072

Tints of Sweet Corn #F7E072

RGB

 RED value IS 247 (96.88% from 255) = 42.22%

 GREEN value IS 224 (87.89% from 255) = 38.29%

 BLUE value IS 114 (44.92% from 255) = 19.49%

R = 42.22%
G = 38.29%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F7E072 (or 0xF7E072) is known color: Sweet Corn. HEX triplet: F7, E0 and 72. RGB value is (247,224,114). Sum of RGB (Red+Green+Blue) = 247+224+114=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 114 (44.92% from 255 or 19.49% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7E072 is #081F8D. Grayscale: #DADADA. Windows color (decimal): -532366 or 7528695. OLE color: 7528695.

HSL color Cylindrical-coordinate representation of color #F7E072: hue angle of 49.62º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F7E072 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 224 114 -
CMYK 0 0.09 0.54 0.03
HSL 49.62º 0.89% 0.71% -
HSV(B) 49.62º 0.54% 0.97% -
XYZ 68.05 74.3 26.67 -
YUV 218.34 69.12 148.44 -
System Red Green Blue C M Y K H S L
Decimal 247 224 114 0 0.09 0.54 0.03 49.62 0.89 0.71
Hex F7 E0 72 0 9 36 3 32 59 47
Octal 367 340 162 0 11 66 3 62 131 107
Binary 11110111 11100000 1110010 0 1001 110110 11 110010 1011001 1000111

Color Harmonies of #F7E072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E072

Black with #F7E072

Text Example


Text Example

White with #F7E072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E072; }

 p { color: rgb(247,224,114); }

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

background-color css

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

 a { background-color: rgb(247,224,114); }

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

border-color css

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

 span { border-color: rgb(247,224,114); }

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