Html Css Color HEX #F16401 Persimmon

📋 copy color: '#F16401'

red 241 ◦ green 100 ◦ blue 1

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

Shades of Persimmon #F16401

Tints of Persimmon #F16401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

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

R = 70.47%
G = 29.24%
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

#F16401 (or 0xF16401) is known color: Persimmon. HEX triplet: F1, 64 and 01. RGB value is (241,100,1). Sum of RGB (Red+Green+Blue) = 241+100+1=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F16401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16401 is #0E9BFE. Grayscale: #838383. Windows color (decimal): -957439 or 91377. OLE color: 91377.

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

Color convert

RGB 241 100 1 -
CMYK 0 0.59 1.00 0.05
HSL 24.75º 0.99% 0.47% -
HSV(B) 24.75º 1% 0.95% -
XYZ 40.84 27.82 3.25 -
YUV 130.87 54.71 206.55 -
System Red Green Blue C M Y K H S L
Decimal 241 100 1 0 0.59 1.00 0.05 24.75 0.99 0.47
Hex F1 64 1 0 3B 64 5 19 63 2F
Octal 361 144 1 0 73 144 5 31 143 57
Binary 11110001 1100100 1 0 111011 1100100 101 11001 1100011 101111

Color Harmonies of #F16401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16401

Black with #F16401

Text Example


Text Example

White with #F16401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16401; }

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

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

background-color css

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

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

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

border-color css

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

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

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