Html Css Color HEX #F15401 Persimmon

📋 copy color: '#F15401'

red 241 ◦ green 84 ◦ blue 1

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

Shades of Persimmon #F15401

Tints of Persimmon #F15401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.77%

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

R = 73.93%
G = 25.77%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F15401 (or 0xF15401) is known color: Persimmon. HEX triplet: F1, 54 and 01. RGB value is (241,84,1). Sum of RGB (Red+Green+Blue) = 241+84+1=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F15401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15401 is #0EABFE. Grayscale: #797979. Windows color (decimal): -961535 or 87281. OLE color: 87281.

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

Color convert

RGB 241 84 1 -
CMYK 0 0.65 1.00 0.05
HSL 20.75º 0.99% 0.47% -
HSV(B) 20.75º 1% 0.95% -
XYZ 39.45 25.04 2.78 -
YUV 121.48 60.01 213.25 -
System Red Green Blue C M Y K H S L
Decimal 241 84 1 0 0.65 1.00 0.05 20.75 0.99 0.47
Hex F1 54 1 0 41 64 5 15 63 2F
Octal 361 124 1 0 101 144 5 25 143 57
Binary 11110001 1010100 1 0 1000001 1100100 101 10101 1100011 101111

Color Harmonies of #F15401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15401

Black with #F15401

Text Example


Text Example

White with #F15401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15401; }

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

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

background-color css

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

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

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

border-color css

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

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

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