Html Css Color HEX #F15104 Persimmon

📋 copy color: '#F15104'

red 241 ◦ green 81 ◦ blue 4

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

Shades of Persimmon #F15104

Tints of Persimmon #F15104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.85%

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

R = 73.93%
G = 24.85%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F15104 (or 0xF15104) is known color: Persimmon. HEX triplet: F1, 51 and 04. RGB value is (241,81,4). Sum of RGB (Red+Green+Blue) = 241+81+4=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F15104 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15104 is #0EAEFB. Grayscale: #787878. Windows color (decimal): -962300 or 283121. OLE color: 283121.

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

Color convert

RGB 241 81 4 -
CMYK 0 0.66 0.98 0.05
HSL 19.49º 0.97% 0.48% -
HSV(B) 19.49º 0.98% 0.95% -
XYZ 39.24 24.59 2.79 -
YUV 120.06 62.51 214.26 -
System Red Green Blue C M Y K H S L
Decimal 241 81 4 0 0.66 0.98 0.05 19.49 0.97 0.48
Hex F1 51 4 0 42 62 5 13 61 30
Octal 361 121 4 0 102 142 5 23 141 60
Binary 11110001 1010001 100 0 1000010 1100010 101 10011 1100001 110000

Color Harmonies of #F15104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15104

Black with #F15104

Text Example


Text Example

White with #F15104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15104; }

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

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

background-color css

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

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

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

border-color css

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

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

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