Html Css Color HEX #F2E360 Corn

📋 copy color: '#F2E360'

red 242 ◦ green 227 ◦ blue 96

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

Shades of Corn #F2E360

Tints of Corn #F2E360

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.18%

 BLUE value IS 96 (37.89% from 255) = 16.99%

R = 42.83%
G = 40.18%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2E360 (or 0xF2E360) is known color: Corn. HEX triplet: F2, E3 and 60. RGB value is (242,227,96). Sum of RGB (Red+Green+Blue) = 242+227+96=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 96 (37.89% from 255 or 16.99% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E360 is #0D1C9F. Grayscale: #D9D9D9. Windows color (decimal): -859296 or 6349810. OLE color: 6349810.

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

Color convert

RGB 242 227 96 -
CMYK 0 0.06 0.60 0.05
HSL 53.84º 0.85% 0.66% -
HSV(B) 53.84º 0.6% 0.95% -
XYZ 66.2 74.66 21.99 -
YUV 216.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 242 227 96 0 0.06 0.60 0.05 53.84 0.85 0.66
Hex F2 E3 60 0 6 3C 5 36 55 42
Octal 362 343 140 0 6 74 5 66 125 102
Binary 11110010 11100011 1100000 0 110 111100 101 110110 1010101 1000010

Color Harmonies of #F2E360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E360

Black with #F2E360

Text Example


Text Example

White with #F2E360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E360; }

 p { color: rgb(242,227,96); }

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

background-color css

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

 a { background-color: rgb(242,227,96); }

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

border-color css

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

 span { border-color: rgb(242,227,96); }

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