Html Css Color HEX #F45605 Persimmon

📋 copy color: '#F45605'

red 244 ◦ green 86 ◦ blue 5

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

Shades of Persimmon #F45605

Tints of Persimmon #F45605

RGB

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

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

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

R = 72.84%
G = 25.67%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F45605 (or 0xF45605) is known color: Persimmon. HEX triplet: F4, 56 and 05. RGB value is (244,86,5). Sum of RGB (Red+Green+Blue) = 244+86+5=335 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.84% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 244 - color contains mainly: red. Hex color #F45605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45605 is #0BA9FA. Grayscale: #7C7C7C. Windows color (decimal): -764411 or 349940. OLE color: 349940.

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

Color convert

RGB 244 86 5 -
CMYK 0 0.65 0.98 0.04
HSL 20.33º 0.96% 0.49% -
HSV(B) 20.33º 0.98% 0.96% -
XYZ 40.66 25.9 3 -
YUV 124.01 60.85 213.59 -
System Red Green Blue C M Y K H S L
Decimal 244 86 5 0 0.65 0.98 0.04 20.33 0.96 0.49
Hex F4 56 5 0 41 62 4 14 60 31
Octal 364 126 5 0 101 142 4 24 140 61
Binary 11110100 1010110 101 0 1000001 1100010 100 10100 1100000 110001

Color Harmonies of #F45605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45605

Black with #F45605

Text Example


Text Example

White with #F45605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45605; }

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

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

background-color css

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

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

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

border-color css

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

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

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