Html Css Color HEX #F5571A Persimmon

📋 copy color: '#F5571A'

red 245 ◦ green 87 ◦ blue 26

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

Shades of Persimmon #F5571A

Tints of Persimmon #F5571A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.3%

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

R = 68.44%
G = 24.3%
B = 7.26%

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

#F5571A (or 0xF5571A) is known color: Persimmon. HEX triplet: F5, 57 and 1A. RGB value is (245,87,26). Sum of RGB (Red+Green+Blue) = 245+87+26=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F5571A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5571A is #0AA8E5. Grayscale: #7F7F7F. Windows color (decimal): -698598 or 1726453. OLE color: 1726453.

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

Color convert

RGB 245 87 26 -
CMYK 0 0.64 0.89 0.04
HSL 16.71º 0.92% 0.53% -
HSV(B) 16.71º 0.89% 0.96% -
XYZ 41.25 26.3 3.88 -
YUV 127.29 70.85 211.96 -
System Red Green Blue C M Y K H S L
Decimal 245 87 26 0 0.64 0.89 0.04 16.71 0.92 0.53
Hex F5 57 1A 0 40 59 4 11 5C 35
Octal 365 127 32 0 100 131 4 21 134 65
Binary 11110101 1010111 11010 0 1000000 1011001 100 10001 1011100 110101

Color Harmonies of #F5571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5571A

Black with #F5571A

Text Example


Text Example

White with #F5571A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5571A; }

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

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

background-color css

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

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

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

border-color css

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

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

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