Html Css Color HEX #F5591A Persimmon

📋 copy color: '#F5591A'

red 245 ◦ green 89 ◦ blue 26

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

Shades of Persimmon #F5591A

Tints of Persimmon #F5591A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.22%

R = 68.06%
G = 24.72%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5591A (or 0xF5591A) is known color: Persimmon. HEX triplet: F5, 59 and 1A. RGB value is (245,89,26). Sum of RGB (Red+Green+Blue) = 245+89+26=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F5591A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5591A is #0AA6E5. Grayscale: #808080. Windows color (decimal): -698086 or 1726965. OLE color: 1726965.

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

Color convert

RGB 245 89 26 -
CMYK 0 0.64 0.89 0.04
HSL 17.26º 0.92% 0.53% -
HSV(B) 17.26º 0.89% 0.96% -
XYZ 41.42 26.63 3.93 -
YUV 128.46 70.18 211.12 -
System Red Green Blue C M Y K H S L
Decimal 245 89 26 0 0.64 0.89 0.04 17.26 0.92 0.53
Hex F5 59 1A 0 40 59 4 11 5C 35
Octal 365 131 32 0 100 131 4 21 134 65
Binary 11110101 1011001 11010 0 1000000 1011001 100 10001 1011100 110101

Color Harmonies of #F5591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5591A

Black with #F5591A

Text Example


Text Example

White with #F5591A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5591A; }

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

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

background-color css

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

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

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

border-color css

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

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

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