Html Css Color HEX #F0E35E Corn

📋 copy color: '#F0E35E'

red 240 ◦ green 227 ◦ blue 94

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

Shades of Corn #F0E35E

Tints of Corn #F0E35E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.46%

 BLUE value IS 94 (37.11% from 255) = 16.76%

R = 42.78%
G = 40.46%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0E35E (or 0xF0E35E) is known color: Corn. HEX triplet: F0, E3 and 5E. RGB value is (240,227,94). Sum of RGB (Red+Green+Blue) = 240+227+94=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 227 (89.06% from 255 or 40.46% from 561); Blue value is 94 (37.11% from 255 or 16.76% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E35E is #0F1CA1. Grayscale: #D8D8D8. Windows color (decimal): -990370 or 6218736. OLE color: 6218736.

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

Color convert

RGB 240 227 94 -
CMYK 0 0.05 0.61 0.06
HSL 54.66º 0.83% 0.65% -
HSV(B) 54.66º 0.61% 0.94% -
XYZ 65.42 74.27 21.48 -
YUV 215.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 240 227 94 0 0.05 0.61 0.06 54.66 0.83 0.65
Hex F0 E3 5E 0 5 3D 6 37 53 41
Octal 360 343 136 0 5 75 6 67 123 101
Binary 11110000 11100011 1011110 0 101 111101 110 110111 1010011 1000001

Color Harmonies of #F0E35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E35E

Black with #F0E35E

Text Example


Text Example

White with #F0E35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E35E; }

 p { color: rgb(240,227,94); }

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

background-color css

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

 a { background-color: rgb(240,227,94); }

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

border-color css

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

 span { border-color: rgb(240,227,94); }

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