Html Css Color HEX #F0571A Persimmon

📋 copy color: '#F0571A'

red 240 ◦ green 87 ◦ blue 26

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

Shades of Persimmon #F0571A

Tints of Persimmon #F0571A

RGB

 RED value IS 240 (94.14% from 255) = 67.99%

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

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

R = 67.99%
G = 24.65%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0571A (or 0xF0571A) is known color: Persimmon. HEX triplet: F0, 57 and 1A. RGB value is (240,87,26). Sum of RGB (Red+Green+Blue) = 240+87+26=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0571A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0571A is #0FA8E5. Grayscale: #7E7E7E. Windows color (decimal): -1026278 or 1726448. OLE color: 1726448.

HSL color Cylindrical-coordinate representation of color #F0571A: hue angle of 17.1º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0571A is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 87 26 -
CMYK 0 0.64 0.89 0.06
HSL 17.1º 0.88% 0.52% -
HSV(B) 17.1º 0.89% 0.94% -
XYZ 39.53 25.42 3.8 -
YUV 125.79 71.69 209.46 -
System Red Green Blue C M Y K H S L
Decimal 240 87 26 0 0.64 0.89 0.06 17.1 0.88 0.52
Hex F0 57 1A 0 40 59 6 11 58 34
Octal 360 127 32 0 100 131 6 21 130 64
Binary 11110000 1010111 11010 0 1000000 1011001 110 10001 1011000 110100

Color Harmonies of #F0571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0571A

Black with #F0571A

Text Example


Text Example

White with #F0571A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0571A; }

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

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

background-color css

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

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

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

border-color css

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

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

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