Html Css Color HEX #F16511 Persimmon

📋 copy color: '#F16511'

red 241 ◦ green 101 ◦ blue 17

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

Shades of Persimmon #F16511

Tints of Persimmon #F16511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

 BLUE value IS 17 (7.03% from 255) = 4.74%

R = 67.13%
G = 28.13%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F16511 (or 0xF16511) is known color: Persimmon. HEX triplet: F1, 65 and 11. RGB value is (241,101,17). Sum of RGB (Red+Green+Blue) = 241+101+17=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F16511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16511 is #0E9AEE. Grayscale: #858585. Windows color (decimal): -957167 or 1140209. OLE color: 1140209.

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

Color convert

RGB 241 101 17 -
CMYK 0 0.58 0.93 0.05
HSL 22.5º 0.89% 0.51% -
HSV(B) 22.5º 0.93% 0.95% -
XYZ 41.03 28.05 3.78 -
YUV 133.28 62.38 204.83 -
System Red Green Blue C M Y K H S L
Decimal 241 101 17 0 0.58 0.93 0.05 22.5 0.89 0.51
Hex F1 65 11 0 3A 5D 5 16 59 33
Octal 361 145 21 0 72 135 5 26 131 63
Binary 11110001 1100101 10001 0 111010 1011101 101 10110 1011001 110011

Color Harmonies of #F16511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16511

Black with #F16511

Text Example


Text Example

White with #F16511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16511; }

 p { color: rgb(241,101,17); }

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

background-color css

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

 a { background-color: rgb(241,101,17); }

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

border-color css

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

 span { border-color: rgb(241,101,17); }

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