Html Css Color HEX #F0D555 Portica

📋 copy color: '#F0D555'

red 240 ◦ green 213 ◦ blue 85

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

Shades of Portica #F0D555

Tints of Portica #F0D555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.8%

R = 44.61%
G = 39.59%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F0D555 (or 0xF0D555) is known color: Portica. HEX triplet: F0, D5 and 55. RGB value is (240,213,85). Sum of RGB (Red+Green+Blue) = 240+213+85=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 85 (33.59% from 255 or 15.80% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D555 is #0F2AAA. Grayscale: #CFCFCF. Windows color (decimal): -993963 or 5625328. OLE color: 5625328.

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

Color convert

RGB 240 213 85 -
CMYK 0 0.11 0.65 0.06
HSL 49.55º 0.84% 0.64% -
HSV(B) 49.55º 0.65% 0.94% -
XYZ 61.37 66.77 18.25 -
YUV 206.48 59.45 151.91 -
System Red Green Blue C M Y K H S L
Decimal 240 213 85 0 0.11 0.65 0.06 49.55 0.84 0.64
Hex F0 D5 55 0 B 41 6 32 54 40
Octal 360 325 125 0 13 101 6 62 124 100
Binary 11110000 11010101 1010101 0 1011 1000001 110 110010 1010100 1000000

Color Harmonies of #F0D555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D555

Black with #F0D555

Text Example


Text Example

White with #F0D555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D555; }

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

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

background-color css

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

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

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

border-color css

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

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

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