Html Css Color HEX #F45701 Persimmon

📋 copy color: '#F45701'

red 244 ◦ green 87 ◦ blue 1

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

Shades of Persimmon #F45701

Tints of Persimmon #F45701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.2%

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

R = 73.49%
G = 26.2%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F45701 (or 0xF45701) is known color: Persimmon. HEX triplet: F4, 57 and 01. RGB value is (244,87,1). Sum of RGB (Red+Green+Blue) = 244+87+1=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F45701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45701 is #0BA8FE. Grayscale: #7C7C7C. Windows color (decimal): -764159 or 88052. OLE color: 88052.

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

Color convert

RGB 244 87 1 -
CMYK 0 0.64 1.00 0.04
HSL 21.23º 0.99% 0.48% -
HSV(B) 21.23º 1% 0.96% -
XYZ 40.72 26.05 2.91 -
YUV 124.14 58.51 213.49 -
System Red Green Blue C M Y K H S L
Decimal 244 87 1 0 0.64 1.00 0.04 21.23 0.99 0.48
Hex F4 57 1 0 40 64 4 15 63 30
Octal 364 127 1 0 100 144 4 25 143 60
Binary 11110100 1010111 1 0 1000000 1100100 100 10101 1100011 110000

Color Harmonies of #F45701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45701

Black with #F45701

Text Example


Text Example

White with #F45701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45701; }

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

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

background-color css

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

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

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

border-color css

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

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

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