Html Css Color HEX #F0D962 Portica

📋 copy color: '#F0D962'

red 240 ◦ green 217 ◦ blue 98

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

Shades of Portica #F0D962

Tints of Portica #F0D962

RGB

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

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

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

R = 43.24%
G = 39.1%
B = 17.66%

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

#F0D962 (or 0xF0D962) is known color: Portica. HEX triplet: F0, D9 and 62. RGB value is (240,217,98). Sum of RGB (Red+Green+Blue) = 240+217+98=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 98 (38.67% from 255 or 17.66% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D962 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D962 is #0F269D. Grayscale: #D2D2D2. Windows color (decimal): -992926 or 6478320. OLE color: 6478320.

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

Color convert

RGB 240 217 98 -
CMYK 0 0.10 0.59 0.06
HSL 50.28º 0.83% 0.66% -
HSV(B) 50.28º 0.59% 0.94% -
XYZ 62.95 69.03 21.56 -
YUV 210.31 64.62 149.18 -
System Red Green Blue C M Y K H S L
Decimal 240 217 98 0 0.10 0.59 0.06 50.28 0.83 0.66
Hex F0 D9 62 0 A 3B 6 32 53 42
Octal 360 331 142 0 12 73 6 62 123 102
Binary 11110000 11011001 1100010 0 1010 111011 110 110010 1010011 1000010

Color Harmonies of #F0D962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D962

Black with #F0D962

Text Example


Text Example

White with #F0D962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D962; }

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

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

background-color css

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

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

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

border-color css

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

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

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