Html Css Color HEX #F16301 Persimmon

📋 copy color: '#F16301'

red 241 ◦ green 99 ◦ blue 1

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

Shades of Persimmon #F16301

Tints of Persimmon #F16301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 70.67%
G = 29.03%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F16301 (or 0xF16301) is known color: Persimmon. HEX triplet: F1, 63 and 01. RGB value is (241,99,1). Sum of RGB (Red+Green+Blue) = 241+99+1=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F16301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16301 is #0E9CFE. Grayscale: #828282. Windows color (decimal): -957695 or 91121. OLE color: 91121.

HSL color Cylindrical-coordinate representation of color #F16301: hue angle of 24.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F16301 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 99 1 -
CMYK 0 0.59 1.00 0.05
HSL 24.5º 0.99% 0.47% -
HSV(B) 24.5º 1% 0.95% -
XYZ 40.74 27.63 3.21 -
YUV 130.29 55.04 206.97 -
System Red Green Blue C M Y K H S L
Decimal 241 99 1 0 0.59 1.00 0.05 24.5 0.99 0.47
Hex F1 63 1 0 3B 64 5 18 63 2F
Octal 361 143 1 0 73 144 5 30 143 57
Binary 11110001 1100011 1 0 111011 1100100 101 11000 1100011 101111

Color Harmonies of #F16301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16301

Black with #F16301

Text Example


Text Example

White with #F16301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16301; }

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

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

background-color css

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

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

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

border-color css

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

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

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