Html Css Color HEX #F55915 Persimmon

📋 copy color: '#F55915'

red 245 ◦ green 89 ◦ blue 21

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

Shades of Persimmon #F55915

Tints of Persimmon #F55915

RGB

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

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

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

R = 69.01%
G = 25.07%
B = 5.92%

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

#F55915 (or 0xF55915) is known color: Persimmon. HEX triplet: F5, 59 and 15. RGB value is (245,89,21). Sum of RGB (Red+Green+Blue) = 245+89+21=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F55915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55915 is #0AA6EA. Grayscale: #808080. Windows color (decimal): -698091 or 1399285. OLE color: 1399285.

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

Color convert

RGB 245 89 21 -
CMYK 0 0.64 0.91 0.04
HSL 18.21º 0.92% 0.52% -
HSV(B) 18.21º 0.91% 0.96% -
XYZ 41.36 26.61 3.67 -
YUV 127.89 67.68 211.53 -
System Red Green Blue C M Y K H S L
Decimal 245 89 21 0 0.64 0.91 0.04 18.21 0.92 0.52
Hex F5 59 15 0 40 5B 4 12 5C 34
Octal 365 131 25 0 100 133 4 22 134 64
Binary 11110101 1011001 10101 0 1000000 1011011 100 10010 1011100 110100

Color Harmonies of #F55915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55915

Black with #F55915

Text Example


Text Example

White with #F55915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55915; }

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

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

background-color css

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

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

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

border-color css

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

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

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