Html Css Color HEX #F16210 Persimmon

📋 copy color: '#F16210'

red 241 ◦ green 98 ◦ blue 16

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

Shades of Persimmon #F16210

Tints of Persimmon #F16210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

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

R = 67.89%
G = 27.61%
B = 4.51%

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

#F16210 (or 0xF16210) is known color: Persimmon. HEX triplet: F1, 62 and 10. RGB value is (241,98,16). Sum of RGB (Red+Green+Blue) = 241+98+16=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F16210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16210 is #0E9DEF. Grayscale: #838383. Windows color (decimal): -957936 or 1073905. OLE color: 1073905.

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

Color convert

RGB 241 98 16 -
CMYK 0 0.59 0.93 0.05
HSL 21.87º 0.89% 0.5% -
HSV(B) 21.87º 0.93% 0.95% -
XYZ 40.74 27.47 3.65 -
YUV 131.41 62.88 206.17 -
System Red Green Blue C M Y K H S L
Decimal 241 98 16 0 0.59 0.93 0.05 21.87 0.89 0.5
Hex F1 62 10 0 3B 5D 5 16 59 32
Octal 361 142 20 0 73 135 5 26 131 62
Binary 11110001 1100010 10000 0 111011 1011101 101 10110 1011001 110010

Color Harmonies of #F16210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16210

Black with #F16210

Text Example


Text Example

White with #F16210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16210; }

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

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

background-color css

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

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

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

border-color css

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

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

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