Html Css Color HEX #F56014 Persimmon

📋 copy color: '#F56014'

red 245 ◦ green 96 ◦ blue 20

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

Shades of Persimmon #F56014

Tints of Persimmon #F56014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.54%

R = 67.87%
G = 26.59%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F56014 (or 0xF56014) is known color: Persimmon. HEX triplet: F5, 60 and 14. RGB value is (245,96,20). Sum of RGB (Red+Green+Blue) = 245+96+20=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F56014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56014 is #0A9FEB. Grayscale: #848484. Windows color (decimal): -696300 or 1335541. OLE color: 1335541.

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

Color convert

RGB 245 96 20 -
CMYK 0 0.61 0.92 0.04
HSL 20.27º 0.92% 0.52% -
HSV(B) 20.27º 0.92% 0.96% -
XYZ 41.97 27.83 3.82 -
YUV 131.89 64.86 208.68 -
System Red Green Blue C M Y K H S L
Decimal 245 96 20 0 0.61 0.92 0.04 20.27 0.92 0.52
Hex F5 60 14 0 3D 5C 4 14 5C 34
Octal 365 140 24 0 75 134 4 24 134 64
Binary 11110101 1100000 10100 0 111101 1011100 100 10100 1011100 110100

Color Harmonies of #F56014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56014

Black with #F56014

Text Example


Text Example

White with #F56014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56014; }

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

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

background-color css

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

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

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

border-color css

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

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

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