Html Css Color HEX #F0CF57 Portica

📋 copy color: '#F0CF57'

red 240 ◦ green 207 ◦ blue 87

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

Shades of Portica #F0CF57

Tints of Portica #F0CF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.29%

R = 44.94%
G = 38.76%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F0CF57 (or 0xF0CF57) is known color: Portica. HEX triplet: F0, CF and 57. RGB value is (240,207,87). Sum of RGB (Red+Green+Blue) = 240+207+87=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 87 (34.38% from 255 or 16.29% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF57 is #0F30A8. Grayscale: #CBCBCB. Windows color (decimal): -995497 or 5754864. OLE color: 5754864.

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

Color convert

RGB 240 207 87 -
CMYK 0 0.14 0.64 0.06
HSL 47.06º 0.84% 0.64% -
HSV(B) 47.06º 0.64% 0.94% -
XYZ 59.97 63.84 18.18 -
YUV 203.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 240 207 87 0 0.14 0.64 0.06 47.06 0.84 0.64
Hex F0 CF 57 0 E 40 6 2F 54 40
Octal 360 317 127 0 16 100 6 57 124 100
Binary 11110000 11001111 1010111 0 1110 1000000 110 101111 1010100 1000000

Color Harmonies of #F0CF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF57

Black with #F0CF57

Text Example


Text Example

White with #F0CF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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