Html Css Color HEX #F2E17A Sweet Corn

📋 copy color: '#F2E17A'

red 242 ◦ green 225 ◦ blue 122

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

Shades of Sweet Corn #F2E17A

Tints of Sweet Corn #F2E17A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.2%

 BLUE value IS 122 (48.05% from 255) = 20.71%

R = 41.09%
G = 38.2%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2E17A (or 0xF2E17A) is known color: Sweet Corn. HEX triplet: F2, E1 and 7A. RGB value is (242,225,122). Sum of RGB (Red+Green+Blue) = 242+225+122=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E17A is #0D1E85. Grayscale: #DADADA. Windows color (decimal): -859782 or 8053234. OLE color: 8053234.

HSL color Cylindrical-coordinate representation of color #F2E17A: hue angle of 51.5º 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 #F2E17A is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 225 122 -
CMYK 0 0.07 0.50 0.05
HSL 51.5º 0.82% 0.71% -
HSV(B) 51.5º 0.5% 0.95% -
XYZ 67.06 74.13 29.19 -
YUV 218.34 73.63 144.88 -
System Red Green Blue C M Y K H S L
Decimal 242 225 122 0 0.07 0.50 0.05 51.5 0.82 0.71
Hex F2 E1 7A 0 7 32 5 34 52 47
Octal 362 341 172 0 7 62 5 64 122 107
Binary 11110010 11100001 1111010 0 111 110010 101 110100 1010010 1000111

Color Harmonies of #F2E17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E17A

Black with #F2E17A

Text Example


Text Example

White with #F2E17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E17A; }

 p { color: rgb(242,225,122); }

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

background-color css

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

 a { background-color: rgb(242,225,122); }

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

border-color css

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

 span { border-color: rgb(242,225,122); }

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