Html Css Color HEX #F05713 Persimmon

📋 copy color: '#F05713'

red 240 ◦ green 87 ◦ blue 19

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

Shades of Persimmon #F05713

Tints of Persimmon #F05713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.49%

R = 69.36%
G = 25.14%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05713 (or 0xF05713) is known color: Persimmon. HEX triplet: F0, 57 and 13. RGB value is (240,87,19). Sum of RGB (Red+Green+Blue) = 240+87+19=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F05713 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05713 is #0FA8EC. Grayscale: #7D7D7D. Windows color (decimal): -1026285 or 1267696. OLE color: 1267696.

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

Color convert

RGB 240 87 19 -
CMYK 0 0.64 0.92 0.06
HSL 18.46º 0.88% 0.51% -
HSV(B) 18.46º 0.92% 0.94% -
XYZ 39.46 25.39 3.44 -
YUV 125 68.19 210.03 -
System Red Green Blue C M Y K H S L
Decimal 240 87 19 0 0.64 0.92 0.06 18.46 0.88 0.51
Hex F0 57 13 0 40 5C 6 12 58 33
Octal 360 127 23 0 100 134 6 22 130 63
Binary 11110000 1010111 10011 0 1000000 1011100 110 10010 1011000 110011

Color Harmonies of #F05713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05713

Black with #F05713

Text Example


Text Example

White with #F05713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05713; }

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

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

background-color css

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

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

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

border-color css

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

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

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