Html Css Color HEX #F0D762 Portica

📋 copy color: '#F0D762'

red 240 ◦ green 215 ◦ blue 98

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

Shades of Portica #F0D762

Tints of Portica #F0D762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.72%

R = 43.4%
G = 38.88%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0D762 (or 0xF0D762) is known color: Portica. HEX triplet: F0, D7 and 62. RGB value is (240,215,98). Sum of RGB (Red+Green+Blue) = 240+215+98=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 98 (38.67% from 255 or 17.72% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D762 is #0F289D. Grayscale: #D1D1D1. Windows color (decimal): -993438 or 6477808. OLE color: 6477808.

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

Color convert

RGB 240 215 98 -
CMYK 0 0.10 0.59 0.06
HSL 49.44º 0.83% 0.66% -
HSV(B) 49.44º 0.59% 0.94% -
XYZ 62.44 68.01 21.39 -
YUV 209.14 65.28 150.01 -
System Red Green Blue C M Y K H S L
Decimal 240 215 98 0 0.10 0.59 0.06 49.44 0.83 0.66
Hex F0 D7 62 0 A 3B 6 31 53 42
Octal 360 327 142 0 12 73 6 61 123 102
Binary 11110000 11010111 1100010 0 1010 111011 110 110001 1010011 1000010

Color Harmonies of #F0D762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D762

Black with #F0D762

Text Example


Text Example

White with #F0D762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D762; }

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

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

background-color css

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

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

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

border-color css

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

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

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