Html Css Color HEX #F45500 Persimmon

📋 copy color: '#F45500'

red 244 ◦ green 85 ◦ blue 0

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

Shades of Persimmon #F45500

Tints of Persimmon #F45500

RGB

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

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

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

R = 74.16%
G = 25.84%
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

#F45500 (or 0xF45500) is known color: Persimmon. HEX triplet: F4, 55 and 00. RGB value is (244,85,0). Sum of RGB (Red+Green+Blue) = 244+85+0=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F45500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45500 is #0BAAFF. Grayscale: #7B7B7B. Windows color (decimal): -764672 or 22004. OLE color: 22004.

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

Color convert

RGB 244 85 0 -
CMYK 0 0.65 1 0.04
HSL 20.9º 1% 0.48% -
HSV(B) 20.9º 1% 0.96% -
XYZ 40.56 25.73 2.83 -
YUV 122.85 58.68 214.41 -
System Red Green Blue C M Y K H S L
Decimal 244 85 0 0 0.65 1 0.04 20.9 1 0.48
Hex F4 55 0 0 41 64 4 15 64 30
Octal 364 125 0 0 101 144 4 25 144 60
Binary 11110100 1010101 0 0 1000001 1100100 100 10101 1100100 110000

Color Harmonies of #F45500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45500

Black with #F45500

Text Example


Text Example

White with #F45500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45500; }

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

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

background-color css

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

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

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

border-color css

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

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

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