Html Css Color HEX #F45E13 Persimmon

📋 copy color: '#F45E13'

red 244 ◦ green 94 ◦ blue 19

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

Shades of Persimmon #F45E13

Tints of Persimmon #F45E13

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.33%

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

R = 68.35%
G = 26.33%
B = 5.32%

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

#F45E13 (or 0xF45E13) is known color: Persimmon. HEX triplet: F4, 5E and 13. RGB value is (244,94,19). Sum of RGB (Red+Green+Blue) = 244+94+19=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F45E13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45E13 is #0BA1EC. Grayscale: #828282. Windows color (decimal): -762349 or 1269492. OLE color: 1269492.

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

Color convert

RGB 244 94 19 -
CMYK 0 0.61 0.92 0.04
HSL 20º 0.91% 0.52% -
HSV(B) 20º 0.92% 0.96% -
XYZ 41.43 27.29 3.7 -
YUV 130.3 65.2 209.1 -
System Red Green Blue C M Y K H S L
Decimal 244 94 19 0 0.61 0.92 0.04 20 0.91 0.52
Hex F4 5E 13 0 3D 5C 4 14 5B 34
Octal 364 136 23 0 75 134 4 24 133 64
Binary 11110100 1011110 10011 0 111101 1011100 100 10100 1011011 110100

Color Harmonies of #F45E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45E13

Black with #F45E13

Text Example


Text Example

White with #F45E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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