Html Css Color HEX #F0D556 Portica

📋 copy color: '#F0D556'

red 240 ◦ green 213 ◦ blue 86

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

Shades of Portica #F0D556

Tints of Portica #F0D556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.96%

R = 44.53%
G = 39.52%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F0D556 (or 0xF0D556) is known color: Portica. HEX triplet: F0, D5 and 56. RGB value is (240,213,86). Sum of RGB (Red+Green+Blue) = 240+213+86=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 86 (33.98% from 255 or 15.96% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D556 is #0F2AA9. Grayscale: #CFCFCF. Windows color (decimal): -993962 or 5690864. OLE color: 5690864.

HSL color Cylindrical-coordinate representation of color #F0D556: hue angle of 49.48º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0D556 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 213 86 -
CMYK 0 0.11 0.64 0.06
HSL 49.48º 0.84% 0.64% -
HSV(B) 49.48º 0.64% 0.94% -
XYZ 61.41 66.79 18.46 -
YUV 206.6 59.95 151.83 -
System Red Green Blue C M Y K H S L
Decimal 240 213 86 0 0.11 0.64 0.06 49.48 0.84 0.64
Hex F0 D5 56 0 B 40 6 31 54 40
Octal 360 325 126 0 13 100 6 61 124 100
Binary 11110000 11010101 1010110 0 1011 1000000 110 110001 1010100 1000000

Color Harmonies of #F0D556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D556

Black with #F0D556

Text Example


Text Example

White with #F0D556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D556; }

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

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

background-color css

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

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

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

border-color css

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

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

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