Html Css Color HEX #F2F057 Corn

📋 copy color: '#F2F057'

red 242 ◦ green 240 ◦ blue 87

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

Shades of Corn #F2F057

Tints of Corn #F2F057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 15.29%

R = 42.53%
G = 42.18%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2F057 (or 0xF2F057) is known color: Corn. HEX triplet: F2, F0 and 57. RGB value is (242,240,87). Sum of RGB (Red+Green+Blue) = 242+240+87=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 87 (34.38% from 255 or 15.29% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F057 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F057 is #0D0FA8. Grayscale: #DFDFDF. Windows color (decimal): -855977 or 5763314. OLE color: 5763314.

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

Color convert

RGB 242 240 87 -
CMYK 0 0.01 0.64 0.05
HSL 59.23º 0.86% 0.65% -
HSV(B) 59.23º 0.64% 0.95% -
XYZ 69.5 81.89 21.16 -
YUV 223.16 51.16 141.44 -
System Red Green Blue C M Y K H S L
Decimal 242 240 87 0 0.01 0.64 0.05 59.23 0.86 0.65
Hex F2 F0 57 0 1 40 5 3B 56 41
Octal 362 360 127 0 1 100 5 73 126 101
Binary 11110010 11110000 1010111 0 1 1000000 101 111011 1010110 1000001

Color Harmonies of #F2F057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F057

Black with #F2F057

Text Example


Text Example

White with #F2F057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F057; }

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

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

background-color css

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

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

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

border-color css

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

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

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