Html Css Color HEX #F0E260 Corn

📋 copy color: '#F0E260'

red 240 ◦ green 226 ◦ blue 96

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

Shades of Corn #F0E260

Tints of Corn #F0E260

RGB

 RED value IS 240 (94.14% from 255) = 42.7%

 GREEN value IS 226 (88.67% from 255) = 40.21%

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

R = 42.7%
G = 40.21%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F0E260 (or 0xF0E260) is known color: Corn. HEX triplet: F0, E2 and 60. RGB value is (240,226,96). Sum of RGB (Red+Green+Blue) = 240+226+96=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 96 (37.89% from 255 or 17.08% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E260 is #0F1D9F. Grayscale: #D7D7D7. Windows color (decimal): -990624 or 6349552. OLE color: 6349552.

HSL color Cylindrical-coordinate representation of color #F0E260: hue angle of 54.17º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0E260 is Cyan = 0, Magento = 0.06, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 226 96 -
CMYK 0 0.06 0.6 0.06
HSL 54.17º 0.83% 0.66% -
HSV(B) 54.17º 0.6% 0.94% -
XYZ 65.24 73.76 21.87 -
YUV 215.37 60.64 145.57 -
System Red Green Blue C M Y K H S L
Decimal 240 226 96 0 0.06 0.6 0.06 54.17 0.83 0.66
Hex F0 E2 60 0 6 3C 6 36 53 42
Octal 360 342 140 0 6 74 6 66 123 102
Binary 11110000 11100010 1100000 0 110 111100 110 110110 1010011 1000010

Color Harmonies of #F0E260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E260

Black with #F0E260

Text Example


Text Example

White with #F0E260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E260; }

 p { color: rgb(240,226,96); }

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

background-color css

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

 a { background-color: rgb(240,226,96); }

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

border-color css

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

 span { border-color: rgb(240,226,96); }

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