Html Css Color HEX #F45805 Persimmon

📋 copy color: '#F45805'

red 244 ◦ green 88 ◦ blue 5

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

Shades of Persimmon #F45805

Tints of Persimmon #F45805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.11%

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

R = 72.4%
G = 26.11%
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

#F45805 (or 0xF45805) is known color: Persimmon. HEX triplet: F4, 58 and 05. RGB value is (244,88,5). Sum of RGB (Red+Green+Blue) = 244+88+5=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F45805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45805 is #0BA7FA. Grayscale: #7D7D7D. Windows color (decimal): -763899 or 350452. OLE color: 350452.

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

Color convert

RGB 244 88 5 -
CMYK 0 0.64 0.98 0.04
HSL 20.84º 0.96% 0.49% -
HSV(B) 20.84º 0.98% 0.96% -
XYZ 40.83 26.22 3.05 -
YUV 125.18 60.18 212.75 -
System Red Green Blue C M Y K H S L
Decimal 244 88 5 0 0.64 0.98 0.04 20.84 0.96 0.49
Hex F4 58 5 0 40 62 4 15 60 31
Octal 364 130 5 0 100 142 4 25 140 61
Binary 11110100 1011000 101 0 1000000 1100010 100 10101 1100000 110001

Color Harmonies of #F45805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45805

Black with #F45805

Text Example


Text Example

White with #F45805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45805; }

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

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

background-color css

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

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

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

border-color css

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

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

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