Html Css Color HEX #F05913 Persimmon

📋 copy color: '#F05913'

red 240 ◦ green 89 ◦ blue 19

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

Shades of Persimmon #F05913

Tints of Persimmon #F05913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.57%

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

R = 68.97%
G = 25.57%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05913 (or 0xF05913) is known color: Persimmon. HEX triplet: F0, 59 and 13. RGB value is (240,89,19). Sum of RGB (Red+Green+Blue) = 240+89+19=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F05913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05913 is #0FA6EC. Grayscale: #7E7E7E. Windows color (decimal): -1025773 or 1268208. OLE color: 1268208.

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

Color convert

RGB 240 89 19 -
CMYK 0 0.63 0.92 0.06
HSL 19º 0.88% 0.51% -
HSV(B) 19º 0.92% 0.94% -
XYZ 39.63 25.72 3.49 -
YUV 126.17 67.53 209.19 -
System Red Green Blue C M Y K H S L
Decimal 240 89 19 0 0.63 0.92 0.06 19 0.88 0.51
Hex F0 59 13 0 3F 5C 6 13 58 33
Octal 360 131 23 0 77 134 6 23 130 63
Binary 11110000 1011001 10011 0 111111 1011100 110 10011 1011000 110011

Color Harmonies of #F05913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05913

Black with #F05913

Text Example


Text Example

White with #F05913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05913; }

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

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

background-color css

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

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

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

border-color css

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

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

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