Html Css Color HEX #F6590E Persimmon

📋 copy color: '#F6590E'

red 246 ◦ green 89 ◦ blue 14

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

Shades of Persimmon #F6590E

Tints of Persimmon #F6590E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.01%

R = 70.49%
G = 25.5%
B = 4.01%

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

#F6590E (or 0xF6590E) is known color: Persimmon. HEX triplet: F6, 59 and 0E. RGB value is (246,89,14). Sum of RGB (Red+Green+Blue) = 246+89+14=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F6590E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6590E is #09A6F1. Grayscale: #7F7F7F. Windows color (decimal): -632562 or 940534. OLE color: 940534.

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

Color convert

RGB 246 89 14 -
CMYK 0 0.64 0.94 0.04
HSL 19.4º 0.93% 0.51% -
HSV(B) 19.4º 0.94% 0.96% -
XYZ 41.66 26.77 3.39 -
YUV 127.39 64.01 212.6 -
System Red Green Blue C M Y K H S L
Decimal 246 89 14 0 0.64 0.94 0.04 19.4 0.93 0.51
Hex F6 59 E 0 40 5E 4 13 5D 33
Octal 366 131 16 0 100 136 4 23 135 63
Binary 11110110 1011001 1110 0 1000000 1011110 100 10011 1011101 110011

Color Harmonies of #F6590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6590E

Black with #F6590E

Text Example


Text Example

White with #F6590E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6590E; }

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

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

background-color css

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

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

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

border-color css

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

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

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