Html Css Color HEX #F16310 Persimmon

📋 copy color: '#F16310'

red 241 ◦ green 99 ◦ blue 16

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

Shades of Persimmon #F16310

Tints of Persimmon #F16310

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

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

R = 67.7%
G = 27.81%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F16310 (or 0xF16310) is known color: Persimmon. HEX triplet: F1, 63 and 10. RGB value is (241,99,16). Sum of RGB (Red+Green+Blue) = 241+99+16=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F16310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16310 is #0E9CEF. Grayscale: #848484. Windows color (decimal): -957680 or 1074161. OLE color: 1074161.

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

Color convert

RGB 241 99 16 -
CMYK 0 0.59 0.93 0.05
HSL 22.13º 0.89% 0.5% -
HSV(B) 22.13º 0.93% 0.95% -
XYZ 40.83 27.66 3.68 -
YUV 132 62.54 205.75 -
System Red Green Blue C M Y K H S L
Decimal 241 99 16 0 0.59 0.93 0.05 22.13 0.89 0.5
Hex F1 63 10 0 3B 5D 5 16 59 32
Octal 361 143 20 0 73 135 5 26 131 62
Binary 11110001 1100011 10000 0 111011 1011101 101 10110 1011001 110010

Color Harmonies of #F16310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16310

Black with #F16310

Text Example


Text Example

White with #F16310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16310; }

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

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

background-color css

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

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

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

border-color css

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

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

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