Html Css Color HEX #F15901 Persimmon

📋 copy color: '#F15901'

red 241 ◦ green 89 ◦ blue 1

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

Shades of Persimmon #F15901

Tints of Persimmon #F15901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

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

R = 72.81%
G = 26.89%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F15901 (or 0xF15901) is known color: Persimmon. HEX triplet: F1, 59 and 01. RGB value is (241,89,1). Sum of RGB (Red+Green+Blue) = 241+89+1=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F15901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15901 is #0EA6FE. Grayscale: #7C7C7C. Windows color (decimal): -960255 or 88561. OLE color: 88561.

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

Color convert

RGB 241 89 1 -
CMYK 0 0.63 1.00 0.05
HSL 22º 0.99% 0.47% -
HSV(B) 22º 1% 0.95% -
XYZ 39.85 25.85 2.92 -
YUV 124.42 58.36 211.16 -
System Red Green Blue C M Y K H S L
Decimal 241 89 1 0 0.63 1.00 0.05 22 0.99 0.47
Hex F1 59 1 0 3F 64 5 16 63 2F
Octal 361 131 1 0 77 144 5 26 143 57
Binary 11110001 1011001 1 0 111111 1100100 101 10110 1100011 101111

Color Harmonies of #F15901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15901

Black with #F15901

Text Example


Text Example

White with #F15901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15901; }

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

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

background-color css

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

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

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

border-color css

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

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

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