Html Css Color HEX #F45800 Persimmon

📋 copy color: '#F45800'

red 244 ◦ green 88 ◦ blue 0

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

Shades of Persimmon #F45800

Tints of Persimmon #F45800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.51%

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

R = 73.49%
G = 26.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F45800 (or 0xF45800) is known color: Persimmon. HEX triplet: F4, 58 and 00. RGB value is (244,88,0). Sum of RGB (Red+Green+Blue) = 244+88+0=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F45800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45800 is #0BA7FF. Grayscale: #7D7D7D. Windows color (decimal): -763904 or 22772. OLE color: 22772.

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

Color convert

RGB 244 88 0 -
CMYK 0 0.64 1 0.04
HSL 21.64º 1% 0.48% -
HSV(B) 21.64º 1% 0.96% -
XYZ 40.8 26.21 2.91 -
YUV 124.61 57.68 213.16 -
System Red Green Blue C M Y K H S L
Decimal 244 88 0 0 0.64 1 0.04 21.64 1 0.48
Hex F4 58 0 0 40 64 4 16 64 30
Octal 364 130 0 0 100 144 4 26 144 60
Binary 11110100 1011000 0 0 1000000 1100100 100 10110 1100100 110000

Color Harmonies of #F45800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45800

Black with #F45800

Text Example


Text Example

White with #F45800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45800; }

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

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

background-color css

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

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

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

border-color css

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

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

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