Html Css Color HEX #F16006 Persimmon

📋 copy color: '#F16006'

red 241 ◦ green 96 ◦ blue 6

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

Shades of Persimmon #F16006

Tints of Persimmon #F16006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.75%

R = 70.26%
G = 27.99%
B = 1.75%

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

#F16006 (or 0xF16006) is known color: Persimmon. HEX triplet: F1, 60 and 06. RGB value is (241,96,6). Sum of RGB (Red+Green+Blue) = 241+96+6=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F16006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16006 is #0E9FF9. Grayscale: #818181. Windows color (decimal): -958458 or 418033. OLE color: 418033.

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

Color convert

RGB 241 96 6 -
CMYK 0 0.60 0.98 0.05
HSL 22.98º 0.95% 0.48% -
HSV(B) 22.98º 0.98% 0.95% -
XYZ 40.49 27.08 3.27 -
YUV 129.1 58.54 207.82 -
System Red Green Blue C M Y K H S L
Decimal 241 96 6 0 0.60 0.98 0.05 22.98 0.95 0.48
Hex F1 60 6 0 3C 62 5 17 5F 30
Octal 361 140 6 0 74 142 5 27 137 60
Binary 11110001 1100000 110 0 111100 1100010 101 10111 1011111 110000

Color Harmonies of #F16006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16006

Black with #F16006

Text Example


Text Example

White with #F16006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16006; }

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

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

background-color css

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

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

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

border-color css

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

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

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