Html Css Color HEX #F15404 Persimmon

📋 copy color: '#F15404'

red 241 ◦ green 84 ◦ blue 4

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

Shades of Persimmon #F15404

Tints of Persimmon #F15404

RGB

 RED value IS 241 (94.53% from 255) = 73.25%

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

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

R = 73.25%
G = 25.53%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F15404 (or 0xF15404) is known color: Persimmon. HEX triplet: F1, 54 and 04. RGB value is (241,84,4). Sum of RGB (Red+Green+Blue) = 241+84+4=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F15404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15404 is #0EABFB. Grayscale: #7A7A7A. Windows color (decimal): -961532 or 283889. OLE color: 283889.

HSL color Cylindrical-coordinate representation of color #F15404: hue angle of 20.25º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F15404 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 84 4 -
CMYK 0 0.65 0.98 0.05
HSL 20.25º 0.97% 0.48% -
HSV(B) 20.25º 0.98% 0.95% -
XYZ 39.47 25.05 2.87 -
YUV 121.82 61.51 213 -
System Red Green Blue C M Y K H S L
Decimal 241 84 4 0 0.65 0.98 0.05 20.25 0.97 0.48
Hex F1 54 4 0 41 62 5 14 61 30
Octal 361 124 4 0 101 142 5 24 141 60
Binary 11110001 1010100 100 0 1000001 1100010 101 10100 1100001 110000

Color Harmonies of #F15404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15404

Black with #F15404

Text Example


Text Example

White with #F15404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15404; }

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

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

background-color css

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

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

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

border-color css

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

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

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