Html Css Color HEX #F15301 Persimmon

📋 copy color: '#F15301'

red 241 ◦ green 83 ◦ blue 1

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

Shades of Persimmon #F15301

Tints of Persimmon #F15301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

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

R = 74.15%
G = 25.54%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F15301 (or 0xF15301) is known color: Persimmon. HEX triplet: F1, 53 and 01. RGB value is (241,83,1). Sum of RGB (Red+Green+Blue) = 241+83+1=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F15301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15301 is #0EACFE. Grayscale: #797979. Windows color (decimal): -961791 or 87025. OLE color: 87025.

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

Color convert

RGB 241 83 1 -
CMYK 0 0.66 1.00 0.05
HSL 20.5º 0.99% 0.47% -
HSV(B) 20.5º 1% 0.95% -
XYZ 39.37 24.89 2.76 -
YUV 120.89 60.35 213.67 -
System Red Green Blue C M Y K H S L
Decimal 241 83 1 0 0.66 1.00 0.05 20.5 0.99 0.47
Hex F1 53 1 0 42 64 5 14 63 2F
Octal 361 123 1 0 102 144 5 24 143 57
Binary 11110001 1010011 1 0 1000010 1100100 101 10100 1100011 101111

Color Harmonies of #F15301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15301

Black with #F15301

Text Example


Text Example

White with #F15301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15301; }

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

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

background-color css

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

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

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

border-color css

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

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

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