Html Css Color HEX #F0E365 Corn

📋 copy color: '#F0E365'

red 240 ◦ green 227 ◦ blue 101

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

Shades of Corn #F0E365

Tints of Corn #F0E365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.78%

R = 42.25%
G = 39.96%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F0E365 (or 0xF0E365) is known color: Corn. HEX triplet: F0, E3 and 65. RGB value is (240,227,101). Sum of RGB (Red+Green+Blue) = 240+227+101=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 101 (39.84% from 255 or 17.78% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E365 is #0F1C9A. Grayscale: #D9D9D9. Windows color (decimal): -990363 or 6677488. OLE color: 6677488.

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

Color convert

RGB 240 227 101 -
CMYK 0 0.05 0.58 0.06
HSL 54.39º 0.82% 0.67% -
HSV(B) 54.39º 0.58% 0.94% -
XYZ 65.75 74.4 23.21 -
YUV 216.52 62.81 144.75 -
System Red Green Blue C M Y K H S L
Decimal 240 227 101 0 0.05 0.58 0.06 54.39 0.82 0.67
Hex F0 E3 65 0 5 3A 6 36 52 43
Octal 360 343 145 0 5 72 6 66 122 103
Binary 11110000 11100011 1100101 0 101 111010 110 110110 1010010 1000011

Color Harmonies of #F0E365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E365

Black with #F0E365

Text Example


Text Example

White with #F0E365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E365; }

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

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

background-color css

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

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

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

border-color css

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

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

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