Html Css Color HEX #F45404 Persimmon

📋 copy color: '#F45404'

red 244 ◦ green 84 ◦ blue 4

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

Shades of Persimmon #F45404

Tints of Persimmon #F45404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.3%

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

R = 73.49%
G = 25.3%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F45404 (or 0xF45404) is known color: Persimmon. HEX triplet: F4, 54 and 04. RGB value is (244,84,4). Sum of RGB (Red+Green+Blue) = 244+84+4=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F45404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45404 is #0BABFB. Grayscale: #7B7B7B. Windows color (decimal): -764924 or 283892. OLE color: 283892.

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

Color convert

RGB 244 84 4 -
CMYK 0 0.66 0.98 0.04
HSL 20º 0.97% 0.49% -
HSV(B) 20º 0.98% 0.96% -
XYZ 40.5 25.58 2.92 -
YUV 122.72 61.01 214.5 -
System Red Green Blue C M Y K H S L
Decimal 244 84 4 0 0.66 0.98 0.04 20 0.97 0.49
Hex F4 54 4 0 42 62 4 14 61 31
Octal 364 124 4 0 102 142 4 24 141 61
Binary 11110100 1010100 100 0 1000010 1100010 100 10100 1100001 110001

Color Harmonies of #F45404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45404

Black with #F45404

Text Example


Text Example

White with #F45404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45404; }

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

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

background-color css

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

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

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

border-color css

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

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

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