Html Css Color HEX #F16115 Persimmon

📋 copy color: '#F16115'

red 241 ◦ green 97 ◦ blue 21

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

Shades of Persimmon #F16115

Tints of Persimmon #F16115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.02%

 BLUE value IS 21 (8.59% from 255) = 5.85%

R = 67.13%
G = 27.02%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F16115 (or 0xF16115) is known color: Persimmon. HEX triplet: F1, 61 and 15. RGB value is (241,97,21). Sum of RGB (Red+Green+Blue) = 241+97+21=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F16115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16115 is #0E9EEA. Grayscale: #838383. Windows color (decimal): -958187 or 1401329. OLE color: 1401329.

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

Color convert

RGB 241 97 21 -
CMYK 0 0.60 0.91 0.05
HSL 20.73º 0.89% 0.51% -
HSV(B) 20.73º 0.91% 0.95% -
XYZ 40.69 27.3 3.84 -
YUV 131.39 65.71 206.18 -
System Red Green Blue C M Y K H S L
Decimal 241 97 21 0 0.60 0.91 0.05 20.73 0.89 0.51
Hex F1 61 15 0 3C 5B 5 15 59 33
Octal 361 141 25 0 74 133 5 25 131 63
Binary 11110001 1100001 10101 0 111100 1011011 101 10101 1011001 110011

Color Harmonies of #F16115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16115

Black with #F16115

Text Example


Text Example

White with #F16115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16115; }

 p { color: rgb(241,97,21); }

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

background-color css

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

 a { background-color: rgb(241,97,21); }

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

border-color css

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

 span { border-color: rgb(241,97,21); }

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