Html Css Color HEX #F36015 Persimmon

📋 copy color: '#F36015'

red 243 ◦ green 96 ◦ blue 21

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

Shades of Persimmon #F36015

Tints of Persimmon #F36015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.83%

R = 67.5%
G = 26.67%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F36015 (or 0xF36015) is known color: Persimmon. HEX triplet: F3, 60 and 15. RGB value is (243,96,21). Sum of RGB (Red+Green+Blue) = 243+96+21=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F36015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36015 is #0C9FEA. Grayscale: #838383. Windows color (decimal): -827371 or 1401075. OLE color: 1401075.

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

Color convert

RGB 243 96 21 -
CMYK 0 0.60 0.91 0.05
HSL 20.27º 0.9% 0.52% -
HSV(B) 20.27º 0.91% 0.95% -
XYZ 41.28 27.47 3.84 -
YUV 131.4 65.7 207.6 -
System Red Green Blue C M Y K H S L
Decimal 243 96 21 0 0.60 0.91 0.05 20.27 0.9 0.52
Hex F3 60 15 0 3C 5B 5 14 5A 34
Octal 363 140 25 0 74 133 5 24 132 64
Binary 11110011 1100000 10101 0 111100 1011011 101 10100 1011010 110100

Color Harmonies of #F36015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F36015

Black with #F36015

Text Example


Text Example

White with #F36015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F36015; }

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

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

background-color css

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

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

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

border-color css

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

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

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