Html Css Color HEX #F05613 Persimmon

📋 copy color: '#F05613'

red 240 ◦ green 86 ◦ blue 19

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

Shades of Persimmon #F05613

Tints of Persimmon #F05613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.93%

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

R = 69.57%
G = 24.93%
B = 5.51%

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

#F05613 (or 0xF05613) is known color: Persimmon. HEX triplet: F0, 56 and 13. RGB value is (240,86,19). Sum of RGB (Red+Green+Blue) = 240+86+19=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F05613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05613 is #0FA9EC. Grayscale: #7C7C7C. Windows color (decimal): -1026541 or 1267440. OLE color: 1267440.

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

Color convert

RGB 240 86 19 -
CMYK 0 0.64 0.92 0.06
HSL 18.19º 0.88% 0.51% -
HSV(B) 18.19º 0.92% 0.94% -
XYZ 39.38 25.23 3.41 -
YUV 124.41 68.52 210.45 -
System Red Green Blue C M Y K H S L
Decimal 240 86 19 0 0.64 0.92 0.06 18.19 0.88 0.51
Hex F0 56 13 0 40 5C 6 12 58 33
Octal 360 126 23 0 100 134 6 22 130 63
Binary 11110000 1010110 10011 0 1000000 1011100 110 10010 1011000 110011

Color Harmonies of #F05613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05613

Black with #F05613

Text Example


Text Example

White with #F05613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05613; }

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

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

background-color css

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

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

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

border-color css

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

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

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