Html Css Color HEX #F1541C Persimmon

📋 copy color: '#F1541C'

red 241 ◦ green 84 ◦ blue 28

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

Shades of Persimmon #F1541C

Tints of Persimmon #F1541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.93%

R = 68.27%
G = 23.8%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1541C (or 0xF1541C) is known color: Persimmon. HEX triplet: F1, 54 and 1C. RGB value is (241,84,28). Sum of RGB (Red+Green+Blue) = 241+84+28=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F1541C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1541C is #0EABE3. Grayscale: #7C7C7C. Windows color (decimal): -961508 or 1856753. OLE color: 1856753.

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

Color convert

RGB 241 84 28 -
CMYK 0 0.65 0.88 0.05
HSL 15.77º 0.88% 0.53% -
HSV(B) 15.77º 0.88% 0.95% -
XYZ 39.66 25.13 3.86 -
YUV 124.56 73.51 211.05 -
System Red Green Blue C M Y K H S L
Decimal 241 84 28 0 0.65 0.88 0.05 15.77 0.88 0.53
Hex F1 54 1C 0 41 58 5 10 58 35
Octal 361 124 34 0 101 130 5 20 130 65
Binary 11110001 1010100 11100 0 1000001 1011000 101 10000 1011000 110101

Color Harmonies of #F1541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1541C

Black with #F1541C

Text Example


Text Example

White with #F1541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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