Html Css Color HEX #F45A19 Persimmon

📋 copy color: '#F45A19'

red 244 ◦ green 90 ◦ blue 25

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

Shades of Persimmon #F45A19

Tints of Persimmon #F45A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.07%

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

R = 67.97%
G = 25.07%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F45A19 (or 0xF45A19) is known color: Persimmon. HEX triplet: F4, 5A and 19. RGB value is (244,90,25). Sum of RGB (Red+Green+Blue) = 244+90+25=359 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.97% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45A19 is #0BA5E6. Grayscale: #818181. Windows color (decimal): -763367 or 1661684. OLE color: 1661684.

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

Color convert

RGB 244 90 25 -
CMYK 0 0.63 0.90 0.04
HSL 17.81º 0.91% 0.53% -
HSV(B) 17.81º 0.9% 0.96% -
XYZ 41.14 26.62 3.89 -
YUV 128.64 69.52 210.29 -
System Red Green Blue C M Y K H S L
Decimal 244 90 25 0 0.63 0.90 0.04 17.81 0.91 0.53
Hex F4 5A 19 0 3F 5A 4 12 5B 35
Octal 364 132 31 0 77 132 4 22 133 65
Binary 11110100 1011010 11001 0 111111 1011010 100 10010 1011011 110101

Color Harmonies of #F45A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A19

Black with #F45A19

Text Example


Text Example

White with #F45A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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