Html Css Color HEX #F15001 Persimmon

📋 copy color: '#F15001'

red 241 ◦ green 80 ◦ blue 1

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

Shades of Persimmon #F15001

Tints of Persimmon #F15001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.84%

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

R = 74.84%
G = 24.84%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F15001 (or 0xF15001) is known color: Persimmon. HEX triplet: F1, 50 and 01. RGB value is (241,80,1). Sum of RGB (Red+Green+Blue) = 241+80+1=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F15001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15001 is #0EAFFE. Grayscale: #777777. Windows color (decimal): -962559 or 86257. OLE color: 86257.

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

Color convert

RGB 241 80 1 -
CMYK 0 0.67 1.00 0.05
HSL 19.75º 0.99% 0.47% -
HSV(B) 19.75º 1% 0.95% -
XYZ 39.15 24.44 2.68 -
YUV 119.13 61.34 214.92 -
System Red Green Blue C M Y K H S L
Decimal 241 80 1 0 0.67 1.00 0.05 19.75 0.99 0.47
Hex F1 50 1 0 43 64 5 14 63 2F
Octal 361 120 1 0 103 144 5 24 143 57
Binary 11110001 1010000 1 0 1000011 1100100 101 10100 1100011 101111

Color Harmonies of #F15001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15001

Black with #F15001

Text Example


Text Example

White with #F15001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15001; }

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

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

background-color css

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

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

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

border-color css

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

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

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