Html Css Color HEX #F55813 Persimmon

📋 copy color: '#F55813'

red 245 ◦ green 88 ◦ blue 19

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

Shades of Persimmon #F55813

Tints of Persimmon #F55813

RGB

 RED value IS 245 (96.09% from 255) = 69.6%

 GREEN value IS 88 (34.77% from 255) = 25%

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

R = 69.6%
G = 25%
B = 5.4%

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

#F55813 (or 0xF55813) is known color: Persimmon. HEX triplet: F5, 58 and 13. RGB value is (245,88,19). Sum of RGB (Red+Green+Blue) = 245+88+19=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F55813 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55813 is #0AA7EC. Grayscale: #7F7F7F. Windows color (decimal): -698349 or 1267957. OLE color: 1267957.

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

Color convert

RGB 245 88 19 -
CMYK 0 0.64 0.92 0.04
HSL 18.32º 0.92% 0.52% -
HSV(B) 18.32º 0.92% 0.96% -
XYZ 41.26 26.44 3.54 -
YUV 127.08 67.01 212.11 -
System Red Green Blue C M Y K H S L
Decimal 245 88 19 0 0.64 0.92 0.04 18.32 0.92 0.52
Hex F5 58 13 0 40 5C 4 12 5C 34
Octal 365 130 23 0 100 134 4 22 134 64
Binary 11110101 1011000 10011 0 1000000 1011100 100 10010 1011100 110100

Color Harmonies of #F55813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55813

Black with #F55813

Text Example


Text Example

White with #F55813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55813; }

 p { color: rgb(245,88,19); }

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

background-color css

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

 a { background-color: rgb(245,88,19); }

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

border-color css

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

 span { border-color: rgb(245,88,19); }

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