Html Css Color HEX #F45619 Persimmon

📋 copy color: '#F45619'

red 244 ◦ green 86 ◦ blue 25

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

Shades of Persimmon #F45619

Tints of Persimmon #F45619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.23%

 BLUE value IS 25 (10.16% from 255) = 7.04%

R = 68.73%
G = 24.23%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F45619 (or 0xF45619) is known color: Persimmon. HEX triplet: F4, 56 and 19. RGB value is (244,86,25). Sum of RGB (Red+Green+Blue) = 244+86+25=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F45619 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45619 is #0BA9E6. Grayscale: #7E7E7E. Windows color (decimal): -764391 or 1660660. OLE color: 1660660.

HSL color Cylindrical-coordinate representation of color #F45619: hue angle of 16.71º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F45619 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 86 25 -
CMYK 0 0.65 0.90 0.04
HSL 16.71º 0.91% 0.53% -
HSV(B) 16.71º 0.9% 0.96% -
XYZ 40.81 25.96 3.78 -
YUV 126.29 70.85 211.96 -
System Red Green Blue C M Y K H S L
Decimal 244 86 25 0 0.65 0.90 0.04 16.71 0.91 0.53
Hex F4 56 19 0 41 5A 4 11 5B 35
Octal 364 126 31 0 101 132 4 21 133 65
Binary 11110100 1010110 11001 0 1000001 1011010 100 10001 1011011 110101

Color Harmonies of #F45619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45619

Black with #F45619

Text Example


Text Example

White with #F45619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45619; }

 p { color: rgb(244,86,25); }

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

background-color css

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

 a { background-color: rgb(244,86,25); }

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

border-color css

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

 span { border-color: rgb(244,86,25); }

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