Html Css Color HEX #F0CF59 Portica

📋 copy color: '#F0CF59'

red 240 ◦ green 207 ◦ blue 89

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

Shades of Portica #F0CF59

Tints of Portica #F0CF59

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.62%

 BLUE value IS 89 (35.16% from 255) = 16.6%

R = 44.78%
G = 38.62%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F0CF59 (or 0xF0CF59) is known color: Portica. HEX triplet: F0, CF and 59. RGB value is (240,207,89). Sum of RGB (Red+Green+Blue) = 240+207+89=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 89 (35.16% from 255 or 16.60% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF59 is #0F30A6. Grayscale: #CBCBCB. Windows color (decimal): -995495 or 5885936. OLE color: 5885936.

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

Color convert

RGB 240 207 89 -
CMYK 0 0.14 0.63 0.06
HSL 46.89º 0.83% 0.65% -
HSV(B) 46.89º 0.63% 0.94% -
XYZ 60.05 63.87 18.61 -
YUV 203.42 63.43 154.09 -
System Red Green Blue C M Y K H S L
Decimal 240 207 89 0 0.14 0.63 0.06 46.89 0.83 0.65
Hex F0 CF 59 0 E 3F 6 2F 53 41
Octal 360 317 131 0 16 77 6 57 123 101
Binary 11110000 11001111 1011001 0 1110 111111 110 101111 1010011 1000001

Color Harmonies of #F0CF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF59

Black with #F0CF59

Text Example


Text Example

White with #F0CF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF59; }

 p { color: rgb(240,207,89); }

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

background-color css

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

 a { background-color: rgb(240,207,89); }

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

border-color css

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

 span { border-color: rgb(240,207,89); }

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