Html Css Color HEX #F2F061 Corn

📋 copy color: '#F2F061'

red 242 ◦ green 240 ◦ blue 97

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

Shades of Corn #F2F061

Tints of Corn #F2F061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 16.75%

R = 41.8%
G = 41.45%
B = 16.75%

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

#F2F061 (or 0xF2F061) is known color: Corn. HEX triplet: F2, F0 and 61. RGB value is (242,240,97). Sum of RGB (Red+Green+Blue) = 242+240+97=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 97 (38.28% from 255 or 16.75% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F061 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F061 is #0D0F9E. Grayscale: #E0E0E0. Windows color (decimal): -855967 or 6418674. OLE color: 6418674.

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

Color convert

RGB 242 240 97 -
CMYK 0 0.01 0.60 0.05
HSL 59.17º 0.85% 0.66% -
HSV(B) 59.17º 0.6% 0.95% -
XYZ 69.94 82.06 23.46 -
YUV 224.3 56.16 140.63 -
System Red Green Blue C M Y K H S L
Decimal 242 240 97 0 0.01 0.60 0.05 59.17 0.85 0.66
Hex F2 F0 61 0 1 3C 5 3B 55 42
Octal 362 360 141 0 1 74 5 73 125 102
Binary 11110010 11110000 1100001 0 1 111100 101 111011 1010101 1000010

Color Harmonies of #F2F061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F061

Black with #F2F061

Text Example


Text Example

White with #F2F061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F061; }

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

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

background-color css

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

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

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

border-color css

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

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

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