Html Css Color HEX #F1610F Persimmon

📋 copy color: '#F1610F'

red 241 ◦ green 97 ◦ blue 15

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

Shades of Persimmon #F1610F

Tints of Persimmon #F1610F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.25%

R = 68.27%
G = 27.48%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1610F (or 0xF1610F) is known color: Persimmon. HEX triplet: F1, 61 and 0F. RGB value is (241,97,15). Sum of RGB (Red+Green+Blue) = 241+97+15=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F1610F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1610F is #0E9EF0. Grayscale: #838383. Windows color (decimal): -958193 or 1008113. OLE color: 1008113.

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

Color convert

RGB 241 97 15 -
CMYK 0 0.60 0.94 0.05
HSL 21.77º 0.89% 0.5% -
HSV(B) 21.77º 0.94% 0.95% -
XYZ 40.64 27.28 3.58 -
YUV 130.71 62.71 206.67 -
System Red Green Blue C M Y K H S L
Decimal 241 97 15 0 0.60 0.94 0.05 21.77 0.89 0.5
Hex F1 61 F 0 3C 5E 5 16 59 32
Octal 361 141 17 0 74 136 5 26 131 62
Binary 11110001 1100001 1111 0 111100 1011110 101 10110 1011001 110010

Color Harmonies of #F1610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1610F

Black with #F1610F

Text Example


Text Example

White with #F1610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1610F; }

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

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

background-color css

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

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

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

border-color css

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

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

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