Html Css Color HEX #F15B10 Persimmon

📋 copy color: '#F15B10'

red 241 ◦ green 91 ◦ blue 16

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

Shades of Persimmon #F15B10

Tints of Persimmon #F15B10

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.15%

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

R = 69.25%
G = 26.15%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F15B10 (or 0xF15B10) is known color: Persimmon. HEX triplet: F1, 5B and 10. RGB value is (241,91,16). Sum of RGB (Red+Green+Blue) = 241+91+16=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15B10 is #0EA4EF. Grayscale: #7F7F7F. Windows color (decimal): -959728 or 1072113. OLE color: 1072113.

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

Color convert

RGB 241 91 16 -
CMYK 0 0.62 0.93 0.05
HSL 20º 0.89% 0.5% -
HSV(B) 20º 0.93% 0.95% -
XYZ 40.11 26.22 3.44 -
YUV 127.3 65.2 209.1 -
System Red Green Blue C M Y K H S L
Decimal 241 91 16 0 0.62 0.93 0.05 20 0.89 0.5
Hex F1 5B 10 0 3E 5D 5 14 59 32
Octal 361 133 20 0 76 135 5 24 131 62
Binary 11110001 1011011 10000 0 111110 1011101 101 10100 1011001 110010

Color Harmonies of #F15B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15B10

Black with #F15B10

Text Example


Text Example

White with #F15B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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