Html Css Color HEX #F1551C Persimmon

📋 copy color: '#F1551C'

red 241 ◦ green 85 ◦ blue 28

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

Shades of Persimmon #F1551C

Tints of Persimmon #F1551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.01%

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

R = 68.08%
G = 24.01%
B = 7.91%

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

#F1551C (or 0xF1551C) is known color: Persimmon. HEX triplet: F1, 55 and 1C. RGB value is (241,85,28). Sum of RGB (Red+Green+Blue) = 241+85+28=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F1551C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1551C is #0EAAE3. Grayscale: #7D7D7D. Windows color (decimal): -961252 or 1857009. OLE color: 1857009.

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

Color convert

RGB 241 85 28 -
CMYK 0 0.65 0.88 0.05
HSL 16.06º 0.88% 0.53% -
HSV(B) 16.06º 0.88% 0.95% -
XYZ 39.73 25.28 3.88 -
YUV 125.15 73.18 210.63 -
System Red Green Blue C M Y K H S L
Decimal 241 85 28 0 0.65 0.88 0.05 16.06 0.88 0.53
Hex F1 55 1C 0 41 58 5 10 58 35
Octal 361 125 34 0 101 130 5 20 130 65
Binary 11110001 1010101 11100 0 1000001 1011000 101 10000 1011000 110101

Color Harmonies of #F1551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1551C

Black with #F1551C

Text Example


Text Example

White with #F1551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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