Html Css Color HEX #F16105 Persimmon

📋 copy color: '#F16105'

red 241 ◦ green 97 ◦ blue 5

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

Shades of Persimmon #F16105

Tints of Persimmon #F16105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 70.26%
G = 28.28%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F16105 (or 0xF16105) is known color: Persimmon. HEX triplet: F1, 61 and 05. RGB value is (241,97,5). Sum of RGB (Red+Green+Blue) = 241+97+5=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F16105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16105 is #0E9EFA. Grayscale: #828282. Windows color (decimal): -958203 or 352753. OLE color: 352753.

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

Color convert

RGB 241 97 5 -
CMYK 0 0.60 0.98 0.05
HSL 23.39º 0.96% 0.48% -
HSV(B) 23.39º 0.98% 0.95% -
XYZ 40.58 27.26 3.27 -
YUV 129.57 57.71 207.48 -
System Red Green Blue C M Y K H S L
Decimal 241 97 5 0 0.60 0.98 0.05 23.39 0.96 0.48
Hex F1 61 5 0 3C 62 5 17 60 30
Octal 361 141 5 0 74 142 5 27 140 60
Binary 11110001 1100001 101 0 111100 1100010 101 10111 1100000 110000

Color Harmonies of #F16105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16105

Black with #F16105

Text Example


Text Example

White with #F16105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16105; }

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

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

background-color css

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

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

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

border-color css

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

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

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