Html Css Color HEX #F15B01 Persimmon

📋 copy color: '#F15B01'

red 241 ◦ green 91 ◦ blue 1

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

Shades of Persimmon #F15B01

Tints of Persimmon #F15B01

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.33%

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

R = 72.37%
G = 27.33%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F15B01 (or 0xF15B01) is known color: Persimmon. HEX triplet: F1, 5B and 01. RGB value is (241,91,1). Sum of RGB (Red+Green+Blue) = 241+91+1=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15B01 is #0EA4FE. Grayscale: #7E7E7E. Windows color (decimal): -959743 or 89073. OLE color: 89073.

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

Color convert

RGB 241 91 1 -
CMYK 0 0.62 1.00 0.05
HSL 22.5º 0.99% 0.47% -
HSV(B) 22.5º 1% 0.95% -
XYZ 40.02 26.19 2.97 -
YUV 125.59 57.7 210.32 -
System Red Green Blue C M Y K H S L
Decimal 241 91 1 0 0.62 1.00 0.05 22.5 0.99 0.47
Hex F1 5B 1 0 3E 64 5 16 63 2F
Octal 361 133 1 0 76 144 5 26 143 57
Binary 11110001 1011011 1 0 111110 1100100 101 10110 1100011 101111

Color Harmonies of #F15B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15B01

Black with #F15B01

Text Example


Text Example

White with #F15B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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