Html Css Color HEX #F56010 Persimmon

📋 copy color: '#F56010'

red 245 ◦ green 96 ◦ blue 16

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

Shades of Persimmon #F56010

Tints of Persimmon #F56010

RGB

 RED value IS 245 (96.09% from 255) = 68.63%

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

 BLUE value IS 16 (6.64% from 255) = 4.48%

R = 68.63%
G = 26.89%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F56010 (or 0xF56010) is known color: Persimmon. HEX triplet: F5, 60 and 10. RGB value is (245,96,16). Sum of RGB (Red+Green+Blue) = 245+96+16=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F56010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56010 is #0A9FEF. Grayscale: #838383. Windows color (decimal): -696304 or 1073397. OLE color: 1073397.

HSL color Cylindrical-coordinate representation of color #F56010: hue angle of 20.96º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F56010 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 96 16 -
CMYK 0 0.61 0.93 0.04
HSL 20.96º 0.92% 0.51% -
HSV(B) 20.96º 0.93% 0.96% -
XYZ 41.93 27.82 3.65 -
YUV 131.43 62.86 209 -
System Red Green Blue C M Y K H S L
Decimal 245 96 16 0 0.61 0.93 0.04 20.96 0.92 0.51
Hex F5 60 10 0 3D 5D 4 15 5C 33
Octal 365 140 20 0 75 135 4 25 134 63
Binary 11110101 1100000 10000 0 111101 1011101 100 10101 1011100 110011

Color Harmonies of #F56010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56010

Black with #F56010

Text Example


Text Example

White with #F56010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56010; }

 p { color: rgb(245,96,16); }

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

background-color css

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

 a { background-color: rgb(245,96,16); }

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

border-color css

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

 span { border-color: rgb(245,96,16); }

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