Html Css Color HEX #F2F05C Corn

📋 copy color: '#F2F05C'

red 242 ◦ green 240 ◦ blue 92

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

Shades of Corn #F2F05C

Tints of Corn #F2F05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.03%

R = 42.16%
G = 41.81%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2F05C (or 0xF2F05C) is known color: Corn. HEX triplet: F2, F0 and 5C. RGB value is (242,240,92). Sum of RGB (Red+Green+Blue) = 242+240+92=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 92 (36.33% from 255 or 16.03% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F05C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F05C is #0D0FA3. Grayscale: #E0E0E0. Windows color (decimal): -855972 or 6090994. OLE color: 6090994.

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

Color convert

RGB 242 240 92 -
CMYK 0 0.01 0.62 0.05
HSL 59.2º 0.85% 0.65% -
HSV(B) 59.2º 0.62% 0.95% -
XYZ 69.71 81.97 22.27 -
YUV 223.73 53.66 141.03 -
System Red Green Blue C M Y K H S L
Decimal 242 240 92 0 0.01 0.62 0.05 59.2 0.85 0.65
Hex F2 F0 5C 0 1 3E 5 3B 55 41
Octal 362 360 134 0 1 76 5 73 125 101
Binary 11110010 11110000 1011100 0 1 111110 101 111011 1010101 1000001

Color Harmonies of #F2F05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F05C

Black with #F2F05C

Text Example


Text Example

White with #F2F05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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