Html Css Color HEX #F0CF58 Portica

📋 copy color: '#F0CF58'

red 240 ◦ green 207 ◦ blue 88

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

Shades of Portica #F0CF58

Tints of Portica #F0CF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.45%

R = 44.86%
G = 38.69%
B = 16.45%

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

#F0CF58 (or 0xF0CF58) is known color: Portica. HEX triplet: F0, CF and 58. RGB value is (240,207,88). Sum of RGB (Red+Green+Blue) = 240+207+88=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF58 is #0F30A7. Grayscale: #CBCBCB. Windows color (decimal): -995496 or 5820400. OLE color: 5820400.

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

Color convert

RGB 240 207 88 -
CMYK 0 0.14 0.63 0.06
HSL 46.97º 0.84% 0.64% -
HSV(B) 46.97º 0.63% 0.94% -
XYZ 60.01 63.86 18.4 -
YUV 203.3 62.93 154.18 -
System Red Green Blue C M Y K H S L
Decimal 240 207 88 0 0.14 0.63 0.06 46.97 0.84 0.64
Hex F0 CF 58 0 E 3F 6 2F 54 40
Octal 360 317 130 0 16 77 6 57 124 100
Binary 11110000 11001111 1011000 0 1110 111111 110 101111 1010100 1000000

Color Harmonies of #F0CF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF58

Black with #F0CF58

Text Example


Text Example

White with #F0CF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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