Html Css Color HEX #F0CD59 Portica

📋 copy color: '#F0CD59'

red 240 ◦ green 205 ◦ blue 89

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

Shades of Portica #F0CD59

Tints of Portica #F0CD59

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.39%

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

R = 44.94%
G = 38.39%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F0CD59 (or 0xF0CD59) is known color: Portica. HEX triplet: F0, CD and 59. RGB value is (240,205,89). Sum of RGB (Red+Green+Blue) = 240+205+89=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 89 (35.16% from 255 or 16.67% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CD59 is #0F32A6. Grayscale: #CACACA. Windows color (decimal): -996007 or 5885424. OLE color: 5885424.

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

Color convert

RGB 240 205 89 -
CMYK 0 0.15 0.63 0.06
HSL 46.09º 0.83% 0.65% -
HSV(B) 46.09º 0.63% 0.94% -
XYZ 59.57 62.91 18.45 -
YUV 202.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 240 205 89 0 0.15 0.63 0.06 46.09 0.83 0.65
Hex F0 CD 59 0 F 3F 6 2E 53 41
Octal 360 315 131 0 17 77 6 56 123 101
Binary 11110000 11001101 1011001 0 1111 111111 110 101110 1010011 1000001

Color Harmonies of #F0CD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CD59

Black with #F0CD59

Text Example


Text Example

White with #F0CD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CD59; }

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

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

background-color css

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

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

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

border-color css

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

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

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