Html Css Color HEX #F0D561 Portica

📋 copy color: '#F0D561'

red 240 ◦ green 213 ◦ blue 97

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

Shades of Portica #F0D561

Tints of Portica #F0D561

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.73%

 BLUE value IS 97 (38.28% from 255) = 17.64%

R = 43.64%
G = 38.73%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0D561 (or 0xF0D561) is known color: Portica. HEX triplet: F0, D5 and 61. RGB value is (240,213,97). Sum of RGB (Red+Green+Blue) = 240+213+97=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D561 is #0F2A9E. Grayscale: #D0D0D0. Windows color (decimal): -993951 or 6411760. OLE color: 6411760.

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

Color convert

RGB 240 213 97 -
CMYK 0 0.11 0.60 0.06
HSL 48.67º 0.83% 0.66% -
HSV(B) 48.67º 0.6% 0.94% -
XYZ 61.89 66.98 20.98 -
YUV 207.85 65.45 150.93 -
System Red Green Blue C M Y K H S L
Decimal 240 213 97 0 0.11 0.60 0.06 48.67 0.83 0.66
Hex F0 D5 61 0 B 3C 6 31 53 42
Octal 360 325 141 0 13 74 6 61 123 102
Binary 11110000 11010101 1100001 0 1011 111100 110 110001 1010011 1000010

Color Harmonies of #F0D561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D561

Black with #F0D561

Text Example


Text Example

White with #F0D561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D561; }

 p { color: rgb(240,213,97); }

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

background-color css

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

 a { background-color: rgb(240,213,97); }

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

border-color css

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

 span { border-color: rgb(240,213,97); }

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