Html Css Color HEX #F15416 Persimmon

📋 copy color: '#F15416'

red 241 ◦ green 84 ◦ blue 22

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

Shades of Persimmon #F15416

Tints of Persimmon #F15416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.34%

R = 69.45%
G = 24.21%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F15416 (or 0xF15416) is known color: Persimmon. HEX triplet: F1, 54 and 16. RGB value is (241,84,22). Sum of RGB (Red+Green+Blue) = 241+84+22=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F15416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15416 is #0EABE9. Grayscale: #7C7C7C. Windows color (decimal): -961514 or 1463537. OLE color: 1463537.

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

Color convert

RGB 241 84 22 -
CMYK 0 0.65 0.91 0.05
HSL 16.99º 0.89% 0.52% -
HSV(B) 16.99º 0.91% 0.95% -
XYZ 39.59 25.1 3.52 -
YUV 123.88 70.51 211.54 -
System Red Green Blue C M Y K H S L
Decimal 241 84 22 0 0.65 0.91 0.05 16.99 0.89 0.52
Hex F1 54 16 0 41 5B 5 11 59 34
Octal 361 124 26 0 101 133 5 21 131 64
Binary 11110001 1010100 10110 0 1000001 1011011 101 10001 1011001 110100

Color Harmonies of #F15416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15416

Black with #F15416

Text Example


Text Example

White with #F15416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15416; }

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

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

background-color css

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

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

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

border-color css

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

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

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