Html Css Color HEX #F15F10 Persimmon

📋 copy color: '#F15F10'

red 241 ◦ green 95 ◦ blue 16

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

Shades of Persimmon #F15F10

Tints of Persimmon #F15F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.99%

 BLUE value IS 16 (6.64% from 255) = 4.55%

R = 68.47%
G = 26.99%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F15F10 (or 0xF15F10) is known color: Persimmon. HEX triplet: F1, 5F and 10. RGB value is (241,95,16). Sum of RGB (Red+Green+Blue) = 241+95+16=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15F10 is #0EA0EF. Grayscale: #828282. Windows color (decimal): -958704 or 1073137. OLE color: 1073137.

HSL color Cylindrical-coordinate representation of color #F15F10: hue angle of 21.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F15F10 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 95 16 -
CMYK 0 0.61 0.93 0.05
HSL 21.07º 0.89% 0.5% -
HSV(B) 21.07º 0.93% 0.95% -
XYZ 40.46 26.92 3.55 -
YUV 129.65 63.87 207.42 -
System Red Green Blue C M Y K H S L
Decimal 241 95 16 0 0.61 0.93 0.05 21.07 0.89 0.5
Hex F1 5F 10 0 3D 5D 5 15 59 32
Octal 361 137 20 0 75 135 5 25 131 62
Binary 11110001 1011111 10000 0 111101 1011101 101 10101 1011001 110010

Color Harmonies of #F15F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15F10

Black with #F15F10

Text Example


Text Example

White with #F15F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15F10; }

 p { color: rgb(241,95,16); }

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

background-color css

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

 a { background-color: rgb(241,95,16); }

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

border-color css

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

 span { border-color: rgb(241,95,16); }

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