Html Css Color HEX #F15F01 Persimmon

📋 copy color: '#F15F01'

red 241 ◦ green 95 ◦ blue 1

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

Shades of Persimmon #F15F01

Tints of Persimmon #F15F01

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

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

R = 71.51%
G = 28.19%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F15F01 (or 0xF15F01) is known color: Persimmon. HEX triplet: F1, 5F and 01. RGB value is (241,95,1). Sum of RGB (Red+Green+Blue) = 241+95+1=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15F01 is #0EA0FE. Grayscale: #808080. Windows color (decimal): -958719 or 90097. OLE color: 90097.

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

Color convert

RGB 241 95 1 -
CMYK 0 0.61 1.00 0.05
HSL 23.5º 0.99% 0.47% -
HSV(B) 23.5º 1% 0.95% -
XYZ 40.37 26.89 3.09 -
YUV 127.94 56.37 208.64 -
System Red Green Blue C M Y K H S L
Decimal 241 95 1 0 0.61 1.00 0.05 23.5 0.99 0.47
Hex F1 5F 1 0 3D 64 5 18 63 2F
Octal 361 137 1 0 75 144 5 30 143 57
Binary 11110001 1011111 1 0 111101 1100100 101 11000 1100011 101111

Color Harmonies of #F15F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15F01

Black with #F15F01

Text Example


Text Example

White with #F15F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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