Html Css Color HEX #F65913 Persimmon

📋 copy color: '#F65913'

red 246 ◦ green 89 ◦ blue 19

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

Shades of Persimmon #F65913

Tints of Persimmon #F65913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.37%

R = 69.49%
G = 25.14%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F65913 (or 0xF65913) is known color: Persimmon. HEX triplet: F6, 59 and 13. RGB value is (246,89,19). Sum of RGB (Red+Green+Blue) = 246+89+19=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F65913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65913 is #09A6EC. Grayscale: #808080. Windows color (decimal): -632557 or 1268214. OLE color: 1268214.

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

Color convert

RGB 246 89 19 -
CMYK 0 0.64 0.92 0.04
HSL 18.5º 0.93% 0.52% -
HSV(B) 18.5º 0.92% 0.96% -
XYZ 41.7 26.78 3.59 -
YUV 127.96 66.51 212.19 -
System Red Green Blue C M Y K H S L
Decimal 246 89 19 0 0.64 0.92 0.04 18.5 0.93 0.52
Hex F6 59 13 0 40 5C 4 13 5D 34
Octal 366 131 23 0 100 134 4 23 135 64
Binary 11110110 1011001 10011 0 1000000 1011100 100 10011 1011101 110100

Color Harmonies of #F65913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65913

Black with #F65913

Text Example


Text Example

White with #F65913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65913; }

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

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

background-color css

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

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

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

border-color css

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

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

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