Html Css Color HEX #F0E066 Corn

📋 copy color: '#F0E066'

red 240 ◦ green 224 ◦ blue 102

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

Shades of Corn #F0E066

Tints of Corn #F0E066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.02%

R = 42.4%
G = 39.58%
B = 18.02%

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

#F0E066 (or 0xF0E066) is known color: Corn. HEX triplet: F0, E0 and 66. RGB value is (240,224,102). Sum of RGB (Red+Green+Blue) = 240+224+102=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 102 (40.23% from 255 or 18.02% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E066 is #0F1F99. Grayscale: #D7D7D7. Windows color (decimal): -991130 or 6742256. OLE color: 6742256.

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

Color convert

RGB 240 224 102 -
CMYK 0 0.07 0.58 0.06
HSL 53.04º 0.82% 0.67% -
HSV(B) 53.04º 0.58% 0.94% -
XYZ 64.99 72.8 23.2 -
YUV 214.88 64.3 145.92 -
System Red Green Blue C M Y K H S L
Decimal 240 224 102 0 0.07 0.58 0.06 53.04 0.82 0.67
Hex F0 E0 66 0 7 3A 6 35 52 43
Octal 360 340 146 0 7 72 6 65 122 103
Binary 11110000 11100000 1100110 0 111 111010 110 110101 1010010 1000011

Color Harmonies of #F0E066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E066

Black with #F0E066

Text Example


Text Example

White with #F0E066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E066; }

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

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

background-color css

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

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

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

border-color css

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

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

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