Html Css Color HEX #F0E362 Corn

📋 copy color: '#F0E362'

red 240 ◦ green 227 ◦ blue 98

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

Shades of Corn #F0E362

Tints of Corn #F0E362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.35%

R = 42.48%
G = 40.18%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0E362 (or 0xF0E362) is known color: Corn. HEX triplet: F0, E3 and 62. RGB value is (240,227,98). Sum of RGB (Red+Green+Blue) = 240+227+98=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 98 (38.67% from 255 or 17.35% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E362 is #0F1C9D. Grayscale: #D8D8D8. Windows color (decimal): -990366 or 6480880. OLE color: 6480880.

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

Color convert

RGB 240 227 98 -
CMYK 0 0.05 0.59 0.06
HSL 54.51º 0.83% 0.66% -
HSV(B) 54.51º 0.59% 0.94% -
XYZ 65.61 74.35 22.45 -
YUV 216.18 61.31 144.99 -
System Red Green Blue C M Y K H S L
Decimal 240 227 98 0 0.05 0.59 0.06 54.51 0.83 0.66
Hex F0 E3 62 0 5 3B 6 37 53 42
Octal 360 343 142 0 5 73 6 67 123 102
Binary 11110000 11100011 1100010 0 101 111011 110 110111 1010011 1000010

Color Harmonies of #F0E362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E362

Black with #F0E362

Text Example


Text Example

White with #F0E362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E362; }

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

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

background-color css

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

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

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

border-color css

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

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

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