Html Css Color HEX #F45804 Persimmon

📋 copy color: '#F45804'

red 244 ◦ green 88 ◦ blue 4

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

Shades of Persimmon #F45804

Tints of Persimmon #F45804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 72.62%
G = 26.19%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F45804 (or 0xF45804) is known color: Persimmon. HEX triplet: F4, 58 and 04. RGB value is (244,88,4). Sum of RGB (Red+Green+Blue) = 244+88+4=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F45804 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45804 is #0BA7FB. Grayscale: #7D7D7D. Windows color (decimal): -763900 or 284916. OLE color: 284916.

HSL color Cylindrical-coordinate representation of color #F45804: hue angle of 21º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F45804 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 88 4 -
CMYK 0 0.64 0.98 0.04
HSL 21º 0.97% 0.49% -
HSV(B) 21º 0.98% 0.96% -
XYZ 40.82 26.22 3.02 -
YUV 125.07 59.68 212.83 -
System Red Green Blue C M Y K H S L
Decimal 244 88 4 0 0.64 0.98 0.04 21 0.97 0.49
Hex F4 58 4 0 40 62 4 15 61 31
Octal 364 130 4 0 100 142 4 25 141 61
Binary 11110100 1011000 100 0 1000000 1100010 100 10101 1100001 110001

Color Harmonies of #F45804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45804

Black with #F45804

Text Example


Text Example

White with #F45804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45804; }

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

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

background-color css

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

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

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

border-color css

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

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

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