Html Css Color HEX #F2E960 Corn

📋 copy color: '#F2E960'

red 242 ◦ green 233 ◦ blue 96

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

Shades of Corn #F2E960

Tints of Corn #F2E960

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.81%

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

R = 42.38%
G = 40.81%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2E960 (or 0xF2E960) is known color: Corn. HEX triplet: F2, E9 and 60. RGB value is (242,233,96). Sum of RGB (Red+Green+Blue) = 242+233+96=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 96 (37.89% from 255 or 16.81% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E960 is #0D169F. Grayscale: #DCDCDC. Windows color (decimal): -857760 or 6351346. OLE color: 6351346.

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

Color convert

RGB 242 233 96 -
CMYK 0 0.04 0.60 0.05
HSL 56.3º 0.85% 0.66% -
HSV(B) 56.3º 0.6% 0.95% -
XYZ 67.87 78 22.54 -
YUV 220.07 57.98 143.64 -
System Red Green Blue C M Y K H S L
Decimal 242 233 96 0 0.04 0.60 0.05 56.3 0.85 0.66
Hex F2 E9 60 0 4 3C 5 38 55 42
Octal 362 351 140 0 4 74 5 70 125 102
Binary 11110010 11101001 1100000 0 100 111100 101 111000 1010101 1000010

Color Harmonies of #F2E960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E960

Black with #F2E960

Text Example


Text Example

White with #F2E960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E960; }

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

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

background-color css

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

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

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

border-color css

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

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

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