Html Css Color HEX #F2E378 Sweet Corn

📋 copy color: '#F2E378'

red 242 ◦ green 227 ◦ blue 120

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

Shades of Sweet Corn #F2E378

Tints of Sweet Corn #F2E378

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.54%

 BLUE value IS 120 (47.27% from 255) = 20.37%

R = 41.09%
G = 38.54%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2E378 (or 0xF2E378) is known color: Sweet Corn. HEX triplet: F2, E3 and 78. RGB value is (242,227,120). Sum of RGB (Red+Green+Blue) = 242+227+120=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 120 (47.27% from 255 or 20.37% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E378 is #0D1C87. Grayscale: #DBDBDB. Windows color (decimal): -859272 or 7922674. OLE color: 7922674.

HSL color Cylindrical-coordinate representation of color #F2E378: hue angle of 52.62º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2E378 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 227 120 -
CMYK 0 0.06 0.50 0.05
HSL 52.62º 0.82% 0.71% -
HSV(B) 52.62º 0.5% 0.95% -
XYZ 67.48 75.17 28.72 -
YUV 219.29 71.97 144.2 -
System Red Green Blue C M Y K H S L
Decimal 242 227 120 0 0.06 0.50 0.05 52.62 0.82 0.71
Hex F2 E3 78 0 6 32 5 35 52 47
Octal 362 343 170 0 6 62 5 65 122 107
Binary 11110010 11100011 1111000 0 110 110010 101 110101 1010010 1000111

Color Harmonies of #F2E378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E378

Black with #F2E378

Text Example


Text Example

White with #F2E378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E378; }

 p { color: rgb(242,227,120); }

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

background-color css

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

 a { background-color: rgb(242,227,120); }

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

border-color css

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

 span { border-color: rgb(242,227,120); }

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