Html Css Color HEX #F15501 Persimmon

📋 copy color: '#F15501'

red 241 ◦ green 85 ◦ blue 1

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

Shades of Persimmon #F15501

Tints of Persimmon #F15501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

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

R = 73.7%
G = 25.99%
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

#F15501 (or 0xF15501) is known color: Persimmon. HEX triplet: F1, 55 and 01. RGB value is (241,85,1). Sum of RGB (Red+Green+Blue) = 241+85+1=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F15501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15501 is #0EAAFE. Grayscale: #7A7A7A. Windows color (decimal): -961279 or 87537. OLE color: 87537.

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

Color convert

RGB 241 85 1 -
CMYK 0 0.65 1.00 0.05
HSL 21º 0.99% 0.47% -
HSV(B) 21º 1% 0.95% -
XYZ 39.53 25.2 2.81 -
YUV 122.07 59.68 212.83 -
System Red Green Blue C M Y K H S L
Decimal 241 85 1 0 0.65 1.00 0.05 21 0.99 0.47
Hex F1 55 1 0 41 64 5 15 63 2F
Octal 361 125 1 0 101 144 5 25 143 57
Binary 11110001 1010101 1 0 1000001 1100100 101 10101 1100011 101111

Color Harmonies of #F15501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15501

Black with #F15501

Text Example


Text Example

White with #F15501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15501; }

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

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

background-color css

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

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

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

border-color css

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

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

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