Html Css Color HEX #F9E960 Corn

📋 copy color: '#F9E960'

red 249 ◦ green 233 ◦ blue 96

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

Shades of Corn #F9E960

Tints of Corn #F9E960

RGB

 RED value IS 249 (97.66% from 255) = 43.08%

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

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

R = 43.08%
G = 40.31%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F9E960 (or 0xF9E960) is known color: Corn. HEX triplet: F9, E9 and 60. RGB value is (249,233,96). Sum of RGB (Red+Green+Blue) = 249+233+96=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 96 (37.89% from 255 or 16.61% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9E960 is #06169F. Grayscale: #DEDEDE. Windows color (decimal): -399008 or 6351353. OLE color: 6351353.

HSL color Cylindrical-coordinate representation of color #F9E960: hue angle of 53.73º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9E960 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 233 96 -
CMYK 0 0.06 0.61 0.02
HSL 53.73º 0.93% 0.68% -
HSV(B) 53.73º 0.61% 0.98% -
XYZ 70.32 79.26 22.66 -
YUV 222.17 56.8 147.14 -
System Red Green Blue C M Y K H S L
Decimal 249 233 96 0 0.06 0.61 0.02 53.73 0.93 0.68
Hex F9 E9 60 0 6 3D 2 36 5D 44
Octal 371 351 140 0 6 75 2 66 135 104
Binary 11111001 11101001 1100000 0 110 111101 10 110110 1011101 1000100

Color Harmonies of #F9E960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E960

Black with #F9E960

Text Example


Text Example

White with #F9E960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E960; }

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

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

background-color css

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

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

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

border-color css

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

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

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