Html Css Color HEX #F0D760 Portica

📋 copy color: '#F0D760'

red 240 ◦ green 215 ◦ blue 96

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

Shades of Portica #F0D760

Tints of Portica #F0D760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.02%

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

R = 43.56%
G = 39.02%
B = 17.42%

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

#F0D760 (or 0xF0D760) is known color: Portica. HEX triplet: F0, D7 and 60. RGB value is (240,215,96). Sum of RGB (Red+Green+Blue) = 240+215+96=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 96 (37.89% from 255 or 17.42% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D760 is #0F289F. Grayscale: #D1D1D1. Windows color (decimal): -993440 or 6346736. OLE color: 6346736.

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

Color convert

RGB 240 215 96 -
CMYK 0 0.10 0.6 0.06
HSL 49.58º 0.83% 0.66% -
HSV(B) 49.58º 0.6% 0.94% -
XYZ 62.35 67.97 20.9 -
YUV 208.91 64.28 150.18 -
System Red Green Blue C M Y K H S L
Decimal 240 215 96 0 0.10 0.6 0.06 49.58 0.83 0.66
Hex F0 D7 60 0 A 3C 6 32 53 42
Octal 360 327 140 0 12 74 6 62 123 102
Binary 11110000 11010111 1100000 0 1010 111100 110 110010 1010011 1000010

Color Harmonies of #F0D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D760

Black with #F0D760

Text Example


Text Example

White with #F0D760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D760; }

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

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

background-color css

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

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

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

border-color css

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

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

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