Html Css Color HEX #F55815 Persimmon

📋 copy color: '#F55815'

red 245 ◦ green 88 ◦ blue 21

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

Shades of Persimmon #F55815

Tints of Persimmon #F55815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.93%

R = 69.21%
G = 24.86%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F55815 (or 0xF55815) is known color: Persimmon. HEX triplet: F5, 58 and 15. RGB value is (245,88,21). Sum of RGB (Red+Green+Blue) = 245+88+21=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F55815 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55815 is #0AA7EA. Grayscale: #7F7F7F. Windows color (decimal): -698347 or 1399029. OLE color: 1399029.

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

Color convert

RGB 245 88 21 -
CMYK 0 0.64 0.91 0.04
HSL 17.95º 0.92% 0.52% -
HSV(B) 17.95º 0.91% 0.96% -
XYZ 41.28 26.45 3.64 -
YUV 127.31 68.01 211.95 -
System Red Green Blue C M Y K H S L
Decimal 245 88 21 0 0.64 0.91 0.04 17.95 0.92 0.52
Hex F5 58 15 0 40 5B 4 12 5C 34
Octal 365 130 25 0 100 133 4 22 134 64
Binary 11110101 1011000 10101 0 1000000 1011011 100 10010 1011100 110100

Color Harmonies of #F55815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55815

Black with #F55815

Text Example


Text Example

White with #F55815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55815; }

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

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

background-color css

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

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

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

border-color css

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

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

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