Html Css Color HEX #F15601 Persimmon

📋 copy color: '#F15601'

red 241 ◦ green 86 ◦ blue 1

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

Shades of Persimmon #F15601

Tints of Persimmon #F15601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.22%

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

R = 73.48%
G = 26.22%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F15601 (or 0xF15601) is known color: Persimmon. HEX triplet: F1, 56 and 01. RGB value is (241,86,1). Sum of RGB (Red+Green+Blue) = 241+86+1=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F15601 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15601 is #0EA9FE. Grayscale: #7B7B7B. Windows color (decimal): -961023 or 87793. OLE color: 87793.

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

Color convert

RGB 241 86 1 -
CMYK 0 0.64 1.00 0.05
HSL 21.25º 0.99% 0.47% -
HSV(B) 21.25º 1% 0.95% -
XYZ 39.61 25.36 2.84 -
YUV 122.66 59.35 212.41 -
System Red Green Blue C M Y K H S L
Decimal 241 86 1 0 0.64 1.00 0.05 21.25 0.99 0.47
Hex F1 56 1 0 40 64 5 15 63 2F
Octal 361 126 1 0 100 144 5 25 143 57
Binary 11110001 1010110 1 0 1000000 1100100 101 10101 1100011 101111

Color Harmonies of #F15601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15601

Black with #F15601

Text Example


Text Example

White with #F15601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15601; }

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

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

background-color css

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

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

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

border-color css

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

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

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