Html Css Color HEX #F45513 Persimmon

📋 copy color: '#F45513'

red 244 ◦ green 85 ◦ blue 19

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

Shades of Persimmon #F45513

Tints of Persimmon #F45513

RGB

 RED value IS 244 (95.7% from 255) = 70.11%

 GREEN value IS 85 (33.59% from 255) = 24.43%

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

R = 70.11%
G = 24.43%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F45513 (or 0xF45513) is known color: Persimmon. HEX triplet: F4, 55 and 13. RGB value is (244,85,19). Sum of RGB (Red+Green+Blue) = 244+85+19=348 (46% of max value = 765). Red value is 244 (95.70% from 255 or 70.11% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 244 - color contains mainly: red. Hex color #F45513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45513 is #0BAAEC. Grayscale: #7D7D7D. Windows color (decimal): -764653 or 1267188. OLE color: 1267188.

HSL color Cylindrical-coordinate representation of color #F45513: hue angle of 17.6º degrees, saturation: 0.91, 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 #F45513 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 85 19 -
CMYK 0 0.65 0.92 0.04
HSL 17.6º 0.91% 0.52% -
HSV(B) 17.6º 0.92% 0.96% -
XYZ 40.67 25.78 3.45 -
YUV 125.02 68.18 212.87 -
System Red Green Blue C M Y K H S L
Decimal 244 85 19 0 0.65 0.92 0.04 17.6 0.91 0.52
Hex F4 55 13 0 41 5C 4 12 5B 34
Octal 364 125 23 0 101 134 4 22 133 64
Binary 11110100 1010101 10011 0 1000001 1011100 100 10010 1011011 110100

Color Harmonies of #F45513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45513

Black with #F45513

Text Example


Text Example

White with #F45513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45513; }

 p { color: rgb(244,85,19); }

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

background-color css

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

 a { background-color: rgb(244,85,19); }

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

border-color css

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

 span { border-color: rgb(244,85,19); }

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