Html Css Color HEX #F15105 Persimmon

📋 copy color: '#F15105'

red 241 ◦ green 81 ◦ blue 5

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

Shades of Persimmon #F15105

Tints of Persimmon #F15105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 73.7%
G = 24.77%
B = 1.53%

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

#F15105 (or 0xF15105) is known color: Persimmon. HEX triplet: F1, 51 and 05. RGB value is (241,81,5). Sum of RGB (Red+Green+Blue) = 241+81+5=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F15105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15105 is #0EAEFA. Grayscale: #787878. Windows color (decimal): -962299 or 348657. OLE color: 348657.

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

Color convert

RGB 241 81 5 -
CMYK 0 0.66 0.98 0.05
HSL 19.32º 0.96% 0.48% -
HSV(B) 19.32º 0.98% 0.95% -
XYZ 39.25 24.6 2.82 -
YUV 120.18 63.01 214.18 -
System Red Green Blue C M Y K H S L
Decimal 241 81 5 0 0.66 0.98 0.05 19.32 0.96 0.48
Hex F1 51 5 0 42 62 5 13 60 30
Octal 361 121 5 0 102 142 5 23 140 60
Binary 11110001 1010001 101 0 1000010 1100010 101 10011 1100000 110000

Color Harmonies of #F15105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15105

Black with #F15105

Text Example


Text Example

White with #F15105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15105; }

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

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

background-color css

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

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

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

border-color css

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

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

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