Html Css Color HEX #F2F059 Corn

📋 copy color: '#F2F059'

red 242 ◦ green 240 ◦ blue 89

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

Shades of Corn #F2F059

Tints of Corn #F2F059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 15.59%

R = 42.38%
G = 42.03%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2F059 (or 0xF2F059) is known color: Corn. HEX triplet: F2, F0 and 59. RGB value is (242,240,89). Sum of RGB (Red+Green+Blue) = 242+240+89=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 89 (35.16% from 255 or 15.59% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F059 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F059 is #0D0FA6. Grayscale: #DFDFDF. Windows color (decimal): -855975 or 5894386. OLE color: 5894386.

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

Color convert

RGB 242 240 89 -
CMYK 0 0.01 0.63 0.05
HSL 59.22º 0.85% 0.65% -
HSV(B) 59.22º 0.63% 0.95% -
XYZ 69.58 81.92 21.6 -
YUV 223.38 52.16 141.28 -
System Red Green Blue C M Y K H S L
Decimal 242 240 89 0 0.01 0.63 0.05 59.22 0.85 0.65
Hex F2 F0 59 0 1 3F 5 3B 55 41
Octal 362 360 131 0 1 77 5 73 125 101
Binary 11110010 11110000 1011001 0 1 111111 101 111011 1010101 1000001

Color Harmonies of #F2F059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F059

Black with #F2F059

Text Example


Text Example

White with #F2F059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F059; }

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

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

background-color css

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

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

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

border-color css

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

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

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