Html Css Color HEX #F2F360 Corn

📋 copy color: '#F2F360'

red 242 ◦ green 243 ◦ blue 96

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

Shades of Corn #F2F360

Tints of Corn #F2F360

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.82%

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

R = 41.65%
G = 41.82%
B = 16.52%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2F360 (or 0xF2F360) is known color: Corn. HEX triplet: F2, F3 and 60. RGB value is (242,243,96). Sum of RGB (Red+Green+Blue) = 242+243+96=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 96 (37.89% from 255 or 16.52% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F360 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F360 is #0D0C9F. Grayscale: #E2E2E2. Windows color (decimal): -855200 or 6353906. OLE color: 6353906.

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

Color convert

RGB 242 243 96 -
CMYK 0.00 0 0.60 0.05
HSL 60.41º 0.86% 0.66% -
HSV(B) 60.41º 0.6% 0.95% -
XYZ 70.78 83.82 23.52 -
YUV 225.94 54.67 139.45 -
System Red Green Blue C M Y K H S L
Decimal 242 243 96 0.00 0 0.60 0.05 60.41 0.86 0.66
Hex F2 F3 60 0 0 3C 5 3C 56 42
Octal 362 363 140 0 0 74 5 74 126 102
Binary 11110010 11110011 1100000 0 0 111100 101 111100 1010110 1000010

Color Harmonies of #F2F360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F360

Black with #F2F360

Text Example


Text Example

White with #F2F360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F360; }

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

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

background-color css

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

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

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

border-color css

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

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

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