Html Css Color HEX #F2F062 Corn

📋 copy color: '#F2F062'

red 242 ◦ green 240 ◦ blue 98

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

Shades of Corn #F2F062

Tints of Corn #F2F062

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.38%

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

R = 41.72%
G = 41.38%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2F062 (or 0xF2F062) is known color: Corn. HEX triplet: F2, F0 and 62. RGB value is (242,240,98). Sum of RGB (Red+Green+Blue) = 242+240+98=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 98 (38.67% from 255 or 16.90% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F062 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F062 is #0D0F9D. Grayscale: #E0E0E0. Windows color (decimal): -855966 or 6484210. OLE color: 6484210.

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

Color convert

RGB 242 240 98 -
CMYK 0 0.01 0.60 0.05
HSL 59.17º 0.85% 0.67% -
HSV(B) 59.17º 0.6% 0.95% -
XYZ 69.98 82.08 23.71 -
YUV 224.41 56.66 140.55 -
System Red Green Blue C M Y K H S L
Decimal 242 240 98 0 0.01 0.60 0.05 59.17 0.85 0.67
Hex F2 F0 62 0 1 3C 5 3B 55 43
Octal 362 360 142 0 1 74 5 73 125 103
Binary 11110010 11110000 1100010 0 1 111100 101 111011 1010101 1000011

Color Harmonies of #F2F062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F062

Black with #F2F062

Text Example


Text Example

White with #F2F062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F062; }

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

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

background-color css

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

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

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

border-color css

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

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

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