Html Css Color HEX #F05F13 Persimmon

📋 copy color: '#F05F13'

red 240 ◦ green 95 ◦ blue 19

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

Shades of Persimmon #F05F13

Tints of Persimmon #F05F13

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.84%

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

R = 67.8%
G = 26.84%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05F13 (or 0xF05F13) is known color: Persimmon. HEX triplet: F0, 5F and 13. RGB value is (240,95,19). Sum of RGB (Red+Green+Blue) = 240+95+19=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05F13 is #0FA0EC. Grayscale: #828282. Windows color (decimal): -1024237 or 1269744. OLE color: 1269744.

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

Color convert

RGB 240 95 19 -
CMYK 0 0.60 0.92 0.06
HSL 20.63º 0.88% 0.51% -
HSV(B) 20.63º 0.92% 0.94% -
XYZ 40.14 26.76 3.66 -
YUV 129.69 65.54 206.68 -
System Red Green Blue C M Y K H S L
Decimal 240 95 19 0 0.60 0.92 0.06 20.63 0.88 0.51
Hex F0 5F 13 0 3C 5C 6 15 58 33
Octal 360 137 23 0 74 134 6 25 130 63
Binary 11110000 1011111 10011 0 111100 1011100 110 10101 1011000 110011

Color Harmonies of #F05F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F13

Black with #F05F13

Text Example


Text Example

White with #F05F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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