Html Css Color HEX #F16306 Persimmon

📋 copy color: '#F16306'

red 241 ◦ green 99 ◦ blue 6

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

Shades of Persimmon #F16306

Tints of Persimmon #F16306

RGB

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

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

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

R = 69.65%
G = 28.61%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F16306 (or 0xF16306) is known color: Persimmon. HEX triplet: F1, 63 and 06. RGB value is (241,99,6). Sum of RGB (Red+Green+Blue) = 241+99+6=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F16306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16306 is #0E9CF9. Grayscale: #838383. Windows color (decimal): -957690 or 418801. OLE color: 418801.

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

Color convert

RGB 241 99 6 -
CMYK 0 0.59 0.98 0.05
HSL 23.74º 0.95% 0.48% -
HSV(B) 23.74º 0.98% 0.95% -
XYZ 40.77 27.64 3.36 -
YUV 130.86 57.54 206.56 -
System Red Green Blue C M Y K H S L
Decimal 241 99 6 0 0.59 0.98 0.05 23.74 0.95 0.48
Hex F1 63 6 0 3B 62 5 18 5F 30
Octal 361 143 6 0 73 142 5 30 137 60
Binary 11110001 1100011 110 0 111011 1100010 101 11000 1011111 110000

Color Harmonies of #F16306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16306

Black with #F16306

Text Example


Text Example

White with #F16306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16306; }

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

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

background-color css

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

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

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

border-color css

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

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

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