Html Css Color HEX #F6590F Persimmon

📋 copy color: '#F6590F'

red 246 ◦ green 89 ◦ blue 15

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

Shades of Persimmon #F6590F

Tints of Persimmon #F6590F

RGB

 RED value IS 246 (96.48% from 255) = 70.29%

 GREEN value IS 89 (35.16% from 255) = 25.43%

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 70.29%
G = 25.43%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6590F (or 0xF6590F) is known color: Persimmon. HEX triplet: F6, 59 and 0F. RGB value is (246,89,15). Sum of RGB (Red+Green+Blue) = 246+89+15=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F6590F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6590F is #09A6F0. Grayscale: #7F7F7F. Windows color (decimal): -632561 or 1006070. OLE color: 1006070.

HSL color Cylindrical-coordinate representation of color #F6590F: hue angle of 19.22º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6590F is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 89 15 -
CMYK 0 0.64 0.94 0.04
HSL 19.22º 0.93% 0.51% -
HSV(B) 19.22º 0.94% 0.96% -
XYZ 41.66 26.77 3.42 -
YUV 127.51 64.51 212.52 -
System Red Green Blue C M Y K H S L
Decimal 246 89 15 0 0.64 0.94 0.04 19.22 0.93 0.51
Hex F6 59 F 0 40 5E 4 13 5D 33
Octal 366 131 17 0 100 136 4 23 135 63
Binary 11110110 1011001 1111 0 1000000 1011110 100 10011 1011101 110011

Color Harmonies of #F6590F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6590F

Black with #F6590F

Text Example


Text Example

White with #F6590F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6590F; }

 p { color: rgb(246,89,15); }

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

background-color css

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

 a { background-color: rgb(246,89,15); }

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

border-color css

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

 span { border-color: rgb(246,89,15); }

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