Html Css Color HEX #F45905 Persimmon

📋 copy color: '#F45905'

red 244 ◦ green 89 ◦ blue 5

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

Shades of Persimmon #F45905

Tints of Persimmon #F45905

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.33%

 BLUE value IS 5 (2.34% from 255) = 1.48%

R = 72.19%
G = 26.33%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F45905 (or 0xF45905) is known color: Persimmon. HEX triplet: F4, 59 and 05. RGB value is (244,89,5). Sum of RGB (Red+Green+Blue) = 244+89+5=338 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.19% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 244 - color contains mainly: red. Hex color #F45905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45905 is #0BA6FA. Grayscale: #7E7E7E. Windows color (decimal): -763643 or 350708. OLE color: 350708.

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

Color convert

RGB 244 89 5 -
CMYK 0 0.64 0.98 0.04
HSL 21.09º 0.96% 0.49% -
HSV(B) 21.09º 0.98% 0.96% -
XYZ 40.91 26.39 3.08 -
YUV 125.77 59.85 212.33 -
System Red Green Blue C M Y K H S L
Decimal 244 89 5 0 0.64 0.98 0.04 21.09 0.96 0.49
Hex F4 59 5 0 40 62 4 15 60 31
Octal 364 131 5 0 100 142 4 25 140 61
Binary 11110100 1011001 101 0 1000000 1100010 100 10101 1100000 110001

Color Harmonies of #F45905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45905

Black with #F45905

Text Example


Text Example

White with #F45905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45905; }

 p { color: rgb(244,89,5); }

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

background-color css

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

 a { background-color: rgb(244,89,5); }

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

border-color css

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

 span { border-color: rgb(244,89,5); }

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