Html Css Color HEX #F1541B Persimmon

📋 copy color: '#F1541B'

red 241 ◦ green 84 ◦ blue 27

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

Shades of Persimmon #F1541B

Tints of Persimmon #F1541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.86%

 BLUE value IS 27 (10.94% from 255) = 7.67%

R = 68.47%
G = 23.86%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1541B (or 0xF1541B) is known color: Persimmon. HEX triplet: F1, 54 and 1B. RGB value is (241,84,27). Sum of RGB (Red+Green+Blue) = 241+84+27=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F1541B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1541B is #0EABE4. Grayscale: #7C7C7C. Windows color (decimal): -961509 or 1791217. OLE color: 1791217.

HSL color Cylindrical-coordinate representation of color #F1541B: hue angle of 15.98º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1541B is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 84 27 -
CMYK 0 0.65 0.89 0.05
HSL 15.98º 0.88% 0.53% -
HSV(B) 15.98º 0.89% 0.95% -
XYZ 39.64 25.12 3.8 -
YUV 124.45 73.01 211.13 -
System Red Green Blue C M Y K H S L
Decimal 241 84 27 0 0.65 0.89 0.05 15.98 0.88 0.53
Hex F1 54 1B 0 41 59 5 10 58 35
Octal 361 124 33 0 101 131 5 20 130 65
Binary 11110001 1010100 11011 0 1000001 1011001 101 10000 1011000 110101

Color Harmonies of #F1541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1541B

Black with #F1541B

Text Example


Text Example

White with #F1541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1541B; }

 p { color: rgb(241,84,27); }

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

background-color css

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

 a { background-color: rgb(241,84,27); }

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

border-color css

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

 span { border-color: rgb(241,84,27); }

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