Html Css Color HEX #F0E15F Corn

📋 copy color: '#F0E15F'

red 240 ◦ green 225 ◦ blue 95

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

Shades of Corn #F0E15F

Tints of Corn #F0E15F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.18%

 BLUE value IS 95 (37.5% from 255) = 16.96%

R = 42.86%
G = 40.18%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0E15F (or 0xF0E15F) is known color: Corn. HEX triplet: F0, E1 and 5F. RGB value is (240,225,95). Sum of RGB (Red+Green+Blue) = 240+225+95=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 95 (37.5% from 255 or 16.96% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E15F is #0F1EA0. Grayscale: #D7D7D7. Windows color (decimal): -990881 or 6283760. OLE color: 6283760.

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

Color convert

RGB 240 225 95 -
CMYK 0 0.06 0.60 0.06
HSL 53.79º 0.83% 0.66% -
HSV(B) 53.79º 0.6% 0.94% -
XYZ 64.93 73.2 21.53 -
YUV 214.67 60.47 146.07 -
System Red Green Blue C M Y K H S L
Decimal 240 225 95 0 0.06 0.60 0.06 53.79 0.83 0.66
Hex F0 E1 5F 0 6 3C 6 36 53 42
Octal 360 341 137 0 6 74 6 66 123 102
Binary 11110000 11100001 1011111 0 110 111100 110 110110 1010011 1000010

Color Harmonies of #F0E15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E15F

Black with #F0E15F

Text Example


Text Example

White with #F0E15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E15F; }

 p { color: rgb(240,225,95); }

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

background-color css

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

 a { background-color: rgb(240,225,95); }

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

border-color css

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

 span { border-color: rgb(240,225,95); }

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