Html Css Color HEX #F0D960 Portica

📋 copy color: '#F0D960'

red 240 ◦ green 217 ◦ blue 96

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

Shades of Portica #F0D960

Tints of Portica #F0D960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.24%

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

R = 43.4%
G = 39.24%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F0D960 (or 0xF0D960) is known color: Portica. HEX triplet: F0, D9 and 60. RGB value is (240,217,96). Sum of RGB (Red+Green+Blue) = 240+217+96=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D960 is #0F269F. Grayscale: #D2D2D2. Windows color (decimal): -992928 or 6347248. OLE color: 6347248.

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

Color convert

RGB 240 217 96 -
CMYK 0 0.10 0.6 0.06
HSL 50.42º 0.83% 0.66% -
HSV(B) 50.42º 0.6% 0.94% -
XYZ 62.86 69 21.07 -
YUV 210.08 63.62 149.34 -
System Red Green Blue C M Y K H S L
Decimal 240 217 96 0 0.10 0.6 0.06 50.42 0.83 0.66
Hex F0 D9 60 0 A 3C 6 32 53 42
Octal 360 331 140 0 12 74 6 62 123 102
Binary 11110000 11011001 1100000 0 1010 111100 110 110010 1010011 1000010

Color Harmonies of #F0D960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D960

Black with #F0D960

Text Example


Text Example

White with #F0D960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D960; }

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

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

background-color css

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

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

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

border-color css

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

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

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