Html Css Color HEX #F1561B Persimmon

📋 copy color: '#F1561B'

red 241 ◦ green 86 ◦ blue 27

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

Shades of Persimmon #F1561B

Tints of Persimmon #F1561B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.29%

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

R = 68.08%
G = 24.29%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F1561B (or 0xF1561B) is known color: Persimmon. HEX triplet: F1, 56 and 1B. RGB value is (241,86,27). Sum of RGB (Red+Green+Blue) = 241+86+27=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F1561B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1561B is #0EA9E4. Grayscale: #7E7E7E. Windows color (decimal): -960997 or 1791729. OLE color: 1791729.

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

Color convert

RGB 241 86 27 -
CMYK 0 0.64 0.89 0.05
HSL 16.54º 0.88% 0.53% -
HSV(B) 16.54º 0.89% 0.95% -
XYZ 39.8 25.44 3.85 -
YUV 125.62 72.35 210.3 -
System Red Green Blue C M Y K H S L
Decimal 241 86 27 0 0.64 0.89 0.05 16.54 0.88 0.53
Hex F1 56 1B 0 40 59 5 11 58 35
Octal 361 126 33 0 100 131 5 21 130 65
Binary 11110001 1010110 11011 0 1000000 1011001 101 10001 1011000 110101

Color Harmonies of #F1561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1561B

Black with #F1561B

Text Example


Text Example

White with #F1561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1561B; }

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

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

background-color css

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

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

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

border-color css

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

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

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