Html Css Color HEX #F2E062 Corn

📋 copy color: '#F2E062'

red 242 ◦ green 224 ◦ blue 98

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

Shades of Corn #F2E062

Tints of Corn #F2E062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.38%

R = 42.91%
G = 39.72%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2E062 (or 0xF2E062) is known color: Corn. HEX triplet: F2, E0 and 62. RGB value is (242,224,98). Sum of RGB (Red+Green+Blue) = 242+224+98=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 98 (38.67% from 255 or 17.38% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E062 is #0D1F9D. Grayscale: #D7D7D7. Windows color (decimal): -860062 or 6480114. OLE color: 6480114.

HSL color Cylindrical-coordinate representation of color #F2E062: hue angle of 52.5º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2E062 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 224 98 -
CMYK 0 0.07 0.60 0.05
HSL 52.5º 0.85% 0.67% -
HSV(B) 52.5º 0.6% 0.95% -
XYZ 65.48 73.07 22.21 -
YUV 215.02 61.96 147.25 -
System Red Green Blue C M Y K H S L
Decimal 242 224 98 0 0.07 0.60 0.05 52.5 0.85 0.67
Hex F2 E0 62 0 7 3C 5 34 55 43
Octal 362 340 142 0 7 74 5 64 125 103
Binary 11110010 11100000 1100010 0 111 111100 101 110100 1010101 1000011

Color Harmonies of #F2E062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E062

Black with #F2E062

Text Example


Text Example

White with #F2E062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E062; }

 p { color: rgb(242,224,98); }

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

background-color css

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

 a { background-color: rgb(242,224,98); }

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

border-color css

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

 span { border-color: rgb(242,224,98); }

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