Html Css Color HEX #F16209 Persimmon

📋 copy color: '#F16209'

red 241 ◦ green 98 ◦ blue 9

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

Shades of Persimmon #F16209

Tints of Persimmon #F16209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.59%

R = 69.25%
G = 28.16%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F16209 (or 0xF16209) is known color: Persimmon. HEX triplet: F1, 62 and 09. RGB value is (241,98,9). Sum of RGB (Red+Green+Blue) = 241+98+9=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F16209 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16209 is #0E9DF6. Grayscale: #838383. Windows color (decimal): -957943 or 615153. OLE color: 615153.

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

Color convert

RGB 241 98 9 -
CMYK 0 0.59 0.96 0.05
HSL 23.02º 0.93% 0.49% -
HSV(B) 23.02º 0.96% 0.95% -
XYZ 40.69 27.46 3.41 -
YUV 130.61 59.38 206.74 -
System Red Green Blue C M Y K H S L
Decimal 241 98 9 0 0.59 0.96 0.05 23.02 0.93 0.49
Hex F1 62 9 0 3B 60 5 17 5D 31
Octal 361 142 11 0 73 140 5 27 135 61
Binary 11110001 1100010 1001 0 111011 1100000 101 10111 1011101 110001

Color Harmonies of #F16209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16209

Black with #F16209

Text Example


Text Example

White with #F16209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16209; }

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

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

background-color css

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

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

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

border-color css

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

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

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