Html Css Color HEX #F0E060 Portica

📋 copy color: '#F0E060'

red 240 ◦ green 224 ◦ blue 96

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

Shades of Portica #F0E060

Tints of Portica #F0E060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.14%

R = 42.86%
G = 40%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F0E060 (or 0xF0E060) is known color: Portica. HEX triplet: F0, E0 and 60. RGB value is (240,224,96). Sum of RGB (Red+Green+Blue) = 240+224+96=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 96 (37.89% from 255 or 17.14% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E060 is #0F1F9F. Grayscale: #D6D6D6. Windows color (decimal): -991136 or 6349040. OLE color: 6349040.

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

Color convert

RGB 240 224 96 -
CMYK 0 0.07 0.6 0.06
HSL 53.33º 0.83% 0.66% -
HSV(B) 53.33º 0.6% 0.94% -
XYZ 64.7 72.68 21.69 -
YUV 214.19 61.3 146.41 -
System Red Green Blue C M Y K H S L
Decimal 240 224 96 0 0.07 0.6 0.06 53.33 0.83 0.66
Hex F0 E0 60 0 7 3C 6 35 53 42
Octal 360 340 140 0 7 74 6 65 123 102
Binary 11110000 11100000 1100000 0 111 111100 110 110101 1010011 1000010

Color Harmonies of #F0E060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E060

Black with #F0E060

Text Example


Text Example

White with #F0E060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E060; }

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

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

background-color css

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

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

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

border-color css

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

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

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