Html Css Color HEX #F16308 Persimmon

📋 copy color: '#F16308'

red 241 ◦ green 99 ◦ blue 8

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

Shades of Persimmon #F16308

Tints of Persimmon #F16308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.45%

 BLUE value IS 8 (3.52% from 255) = 2.3%

R = 69.25%
G = 28.45%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F16308 (or 0xF16308) is known color: Persimmon. HEX triplet: F1, 63 and 08. RGB value is (241,99,8). Sum of RGB (Red+Green+Blue) = 241+99+8=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F16308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16308 is #0E9CF7. Grayscale: #838383. Windows color (decimal): -957688 or 549873. OLE color: 549873.

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

Color convert

RGB 241 99 8 -
CMYK 0 0.59 0.97 0.05
HSL 23.43º 0.94% 0.49% -
HSV(B) 23.43º 0.97% 0.95% -
XYZ 40.78 27.64 3.42 -
YUV 131.08 58.54 206.4 -
System Red Green Blue C M Y K H S L
Decimal 241 99 8 0 0.59 0.97 0.05 23.43 0.94 0.49
Hex F1 63 8 0 3B 61 5 17 5E 31
Octal 361 143 10 0 73 141 5 27 136 61
Binary 11110001 1100011 1000 0 111011 1100001 101 10111 1011110 110001

Color Harmonies of #F16308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16308

Black with #F16308

Text Example


Text Example

White with #F16308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16308; }

 p { color: rgb(241,99,8); }

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

background-color css

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

 a { background-color: rgb(241,99,8); }

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

border-color css

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

 span { border-color: rgb(241,99,8); }

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