Html Css Color HEX #F0571B Persimmon

📋 copy color: '#F0571B'

red 240 ◦ green 87 ◦ blue 27

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

Shades of Persimmon #F0571B

Tints of Persimmon #F0571B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.63%

R = 67.8%
G = 24.58%
B = 7.63%

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

#F0571B (or 0xF0571B) is known color: Persimmon. HEX triplet: F0, 57 and 1B. RGB value is (240,87,27). Sum of RGB (Red+Green+Blue) = 240+87+27=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0571B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0571B is #0FA8E4. Grayscale: #7E7E7E. Windows color (decimal): -1026277 or 1791984. OLE color: 1791984.

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

Color convert

RGB 240 87 27 -
CMYK 0 0.64 0.89 0.06
HSL 16.9º 0.88% 0.52% -
HSV(B) 16.9º 0.89% 0.94% -
XYZ 39.54 25.42 3.86 -
YUV 125.91 72.19 209.38 -
System Red Green Blue C M Y K H S L
Decimal 240 87 27 0 0.64 0.89 0.06 16.9 0.88 0.52
Hex F0 57 1B 0 40 59 6 11 58 34
Octal 360 127 33 0 100 131 6 21 130 64
Binary 11110000 1010111 11011 0 1000000 1011001 110 10001 1011000 110100

Color Harmonies of #F0571B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0571B

Black with #F0571B

Text Example


Text Example

White with #F0571B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0571B; }

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

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

background-color css

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

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

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

border-color css

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

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

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