Html Css Color HEX #F36013 Persimmon

📋 copy color: '#F36013'

red 243 ◦ green 96 ◦ blue 19

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

Shades of Persimmon #F36013

Tints of Persimmon #F36013

RGB

 RED value IS 243 (95.31% from 255) = 67.88%

 GREEN value IS 96 (37.89% from 255) = 26.82%

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

R = 67.88%
G = 26.82%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F36013 (or 0xF36013) is known color: Persimmon. HEX triplet: F3, 60 and 13. RGB value is (243,96,19). Sum of RGB (Red+Green+Blue) = 243+96+19=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F36013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36013 is #0C9FEC. Grayscale: #838383. Windows color (decimal): -827373 or 1270003. OLE color: 1270003.

HSL color Cylindrical-coordinate representation of color #F36013: hue angle of 20.62º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F36013 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 96 19 -
CMYK 0 0.60 0.92 0.05
HSL 20.63º 0.9% 0.51% -
HSV(B) 20.63º 0.92% 0.95% -
XYZ 41.26 27.47 3.74 -
YUV 131.18 64.7 207.76 -
System Red Green Blue C M Y K H S L
Decimal 243 96 19 0 0.60 0.92 0.05 20.63 0.9 0.51
Hex F3 60 13 0 3C 5C 5 15 5A 33
Octal 363 140 23 0 74 134 5 25 132 63
Binary 11110011 1100000 10011 0 111100 1011100 101 10101 1011010 110011

Color Harmonies of #F36013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F36013

Black with #F36013

Text Example


Text Example

White with #F36013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F36013; }

 p { color: rgb(243,96,19); }

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

background-color css

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

 a { background-color: rgb(243,96,19); }

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

border-color css

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

 span { border-color: rgb(243,96,19); }

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