Html Css Color HEX #F2F05A Corn

📋 copy color: '#F2F05A'

red 242 ◦ green 240 ◦ blue 90

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

Shades of Corn #F2F05A

Tints of Corn #F2F05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.73%

R = 42.31%
G = 41.96%
B = 15.73%

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

#F2F05A (or 0xF2F05A) is known color: Corn. HEX triplet: F2, F0 and 5A. RGB value is (242,240,90). Sum of RGB (Red+Green+Blue) = 242+240+90=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 90 (35.55% from 255 or 15.73% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F05A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F05A is #0D0FA5. Grayscale: #E0E0E0. Windows color (decimal): -855974 or 5959922. OLE color: 5959922.

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

Color convert

RGB 242 240 90 -
CMYK 0 0.01 0.63 0.05
HSL 59.21º 0.85% 0.65% -
HSV(B) 59.21º 0.63% 0.95% -
XYZ 69.62 81.94 21.82 -
YUV 223.5 52.66 141.2 -
System Red Green Blue C M Y K H S L
Decimal 242 240 90 0 0.01 0.63 0.05 59.21 0.85 0.65
Hex F2 F0 5A 0 1 3F 5 3B 55 41
Octal 362 360 132 0 1 77 5 73 125 101
Binary 11110010 11110000 1011010 0 1 111111 101 111011 1010101 1000001

Color Harmonies of #F2F05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F05A

Black with #F2F05A

Text Example


Text Example

White with #F2F05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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