Html Css Color HEX #F45501 Persimmon

📋 copy color: '#F45501'

red 244 ◦ green 85 ◦ blue 1

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

Shades of Persimmon #F45501

Tints of Persimmon #F45501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 73.94%
G = 25.76%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F45501 (or 0xF45501) is known color: Persimmon. HEX triplet: F4, 55 and 01. RGB value is (244,85,1). Sum of RGB (Red+Green+Blue) = 244+85+1=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F45501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45501 is #0BAAFE. Grayscale: #7B7B7B. Windows color (decimal): -764671 or 87540. OLE color: 87540.

HSL color Cylindrical-coordinate representation of color #F45501: hue angle of 20.74º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F45501 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 85 1 -
CMYK 0 0.65 1.00 0.04
HSL 20.74º 0.99% 0.48% -
HSV(B) 20.74º 1% 0.96% -
XYZ 40.56 25.73 2.86 -
YUV 122.97 59.18 214.33 -
System Red Green Blue C M Y K H S L
Decimal 244 85 1 0 0.65 1.00 0.04 20.74 0.99 0.48
Hex F4 55 1 0 41 64 4 15 63 30
Octal 364 125 1 0 101 144 4 25 143 60
Binary 11110100 1010101 1 0 1000001 1100100 100 10101 1100011 110000

Color Harmonies of #F45501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45501

Black with #F45501

Text Example


Text Example

White with #F45501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45501; }

 p { color: rgb(244,85,1); }

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

background-color css

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

 a { background-color: rgb(244,85,1); }

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

border-color css

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

 span { border-color: rgb(244,85,1); }

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