Html Css Color HEX #F16102 Persimmon

📋 copy color: '#F16102'

red 241 ◦ green 97 ◦ blue 2

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

Shades of Persimmon #F16102

Tints of Persimmon #F16102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 70.88%
G = 28.53%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F16102 (or 0xF16102) is known color: Persimmon. HEX triplet: F1, 61 and 02. RGB value is (241,97,2). Sum of RGB (Red+Green+Blue) = 241+97+2=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F16102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16102 is #0E9EFD. Grayscale: #818181. Windows color (decimal): -958206 or 156145. OLE color: 156145.

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

Color convert

RGB 241 97 2 -
CMYK 0 0.60 0.99 0.05
HSL 23.85º 0.98% 0.48% -
HSV(B) 23.85º 0.99% 0.95% -
XYZ 40.56 27.25 3.18 -
YUV 129.23 56.21 207.72 -
System Red Green Blue C M Y K H S L
Decimal 241 97 2 0 0.60 0.99 0.05 23.85 0.98 0.48
Hex F1 61 2 0 3C 63 5 18 62 30
Octal 361 141 2 0 74 143 5 30 142 60
Binary 11110001 1100001 10 0 111100 1100011 101 11000 1100010 110000

Color Harmonies of #F16102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16102

Black with #F16102

Text Example


Text Example

White with #F16102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16102; }

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

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

background-color css

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

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

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

border-color css

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

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

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