Html Css Color HEX #F2E574 Sweet Corn

📋 copy color: '#F2E574'

red 242 ◦ green 229 ◦ blue 116

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

Shades of Sweet Corn #F2E574

Tints of Sweet Corn #F2E574

RGB

 RED value IS 242 (94.92% from 255) = 41.23%

 GREEN value IS 229 (89.84% from 255) = 39.01%

 BLUE value IS 116 (45.7% from 255) = 19.76%

R = 41.23%
G = 39.01%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2E574 (or 0xF2E574) is known color: Sweet Corn. HEX triplet: F2, E5 and 74. RGB value is (242,229,116). Sum of RGB (Red+Green+Blue) = 242+229+116=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 116 (45.70% from 255 or 19.76% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E574 is #0D1A8B. Grayscale: #DCDCDC. Windows color (decimal): -858764 or 7661042. OLE color: 7661042.

HSL color Cylindrical-coordinate representation of color #F2E574: hue angle of 53.81º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2E574 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 229 116 -
CMYK 0 0.05 0.52 0.05
HSL 53.81º 0.83% 0.7% -
HSV(B) 53.81º 0.52% 0.95% -
XYZ 67.79 76.18 27.65 -
YUV 220.01 69.31 143.69 -
System Red Green Blue C M Y K H S L
Decimal 242 229 116 0 0.05 0.52 0.05 53.81 0.83 0.7
Hex F2 E5 74 0 5 34 5 36 53 46
Octal 362 345 164 0 5 64 5 66 123 106
Binary 11110010 11100101 1110100 0 101 110100 101 110110 1010011 1000110

Color Harmonies of #F2E574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E574

Black with #F2E574

Text Example


Text Example

White with #F2E574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E574; }

 p { color: rgb(242,229,116); }

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

background-color css

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

 a { background-color: rgb(242,229,116); }

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

border-color css

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

 span { border-color: rgb(242,229,116); }

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