Html Css Color HEX #F16008 Persimmon

📋 copy color: '#F16008'

red 241 ◦ green 96 ◦ blue 8

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

Shades of Persimmon #F16008

Tints of Persimmon #F16008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

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

R = 69.86%
G = 27.83%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F16008 (or 0xF16008) is known color: Persimmon. HEX triplet: F1, 60 and 08. RGB value is (241,96,8). Sum of RGB (Red+Green+Blue) = 241+96+8=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F16008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16008 is #0E9FF7. Grayscale: #818181. Windows color (decimal): -958456 or 549105. OLE color: 549105.

HSL color Cylindrical-coordinate representation of color #F16008: hue angle of 22.66º 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 #F16008 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 96 8 -
CMYK 0 0.60 0.97 0.05
HSL 22.66º 0.94% 0.49% -
HSV(B) 22.66º 0.97% 0.95% -
XYZ 40.5 27.08 3.32 -
YUV 129.32 59.54 207.66 -
System Red Green Blue C M Y K H S L
Decimal 241 96 8 0 0.60 0.97 0.05 22.66 0.94 0.49
Hex F1 60 8 0 3C 61 5 17 5E 31
Octal 361 140 10 0 74 141 5 27 136 61
Binary 11110001 1100000 1000 0 111100 1100001 101 10111 1011110 110001

Color Harmonies of #F16008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16008

Black with #F16008

Text Example


Text Example

White with #F16008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16008; }

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

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

background-color css

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

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

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

border-color css

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

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

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