Html Css Color HEX #F0E065 Corn

📋 copy color: '#F0E065'

red 240 ◦ green 224 ◦ blue 101

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

Shades of Corn #F0E065

Tints of Corn #F0E065

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.65%

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

R = 42.48%
G = 39.65%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F0E065 (or 0xF0E065) is known color: Corn. HEX triplet: F0, E0 and 65. RGB value is (240,224,101). Sum of RGB (Red+Green+Blue) = 240+224+101=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 101 (39.84% from 255 or 17.88% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E065 is #0F1F9A. Grayscale: #D7D7D7. Windows color (decimal): -991131 or 6676720. OLE color: 6676720.

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

Color convert

RGB 240 224 101 -
CMYK 0 0.07 0.58 0.06
HSL 53.09º 0.82% 0.67% -
HSV(B) 53.09º 0.58% 0.94% -
XYZ 64.94 72.78 22.94 -
YUV 214.76 63.8 146 -
System Red Green Blue C M Y K H S L
Decimal 240 224 101 0 0.07 0.58 0.06 53.09 0.82 0.67
Hex F0 E0 65 0 7 3A 6 35 52 43
Octal 360 340 145 0 7 72 6 65 122 103
Binary 11110000 11100000 1100101 0 111 111010 110 110101 1010010 1000011

Color Harmonies of #F0E065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E065

Black with #F0E065

Text Example


Text Example

White with #F0E065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E065; }

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

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

background-color css

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

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

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

border-color css

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

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

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