Html Css Color HEX #F45600 Persimmon

📋 copy color: '#F45600'

red 244 ◦ green 86 ◦ blue 0

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

Shades of Persimmon #F45600

Tints of Persimmon #F45600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.94%
G = 26.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F45600 (or 0xF45600) is known color: Persimmon. HEX triplet: F4, 56 and 00. RGB value is (244,86,0). Sum of RGB (Red+Green+Blue) = 244+86+0=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F45600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45600 is #0BA9FF. Grayscale: #7B7B7B. Windows color (decimal): -764416 or 22260. OLE color: 22260.

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

Color convert

RGB 244 86 0 -
CMYK 0 0.65 1 0.04
HSL 21.15º 1% 0.48% -
HSV(B) 21.15º 1% 0.96% -
XYZ 40.64 25.89 2.86 -
YUV 123.44 58.35 213.99 -
System Red Green Blue C M Y K H S L
Decimal 244 86 0 0 0.65 1 0.04 21.15 1 0.48
Hex F4 56 0 0 41 64 4 15 64 30
Octal 364 126 0 0 101 144 4 25 144 60
Binary 11110100 1010110 0 0 1000001 1100100 100 10101 1100100 110000

Color Harmonies of #F45600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45600

Black with #F45600

Text Example


Text Example

White with #F45600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45600; }

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

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

background-color css

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

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

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

border-color css

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

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

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