Html Css Color HEX #F15316 Persimmon

📋 copy color: '#F15316'

red 241 ◦ green 83 ◦ blue 22

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

Shades of Persimmon #F15316

Tints of Persimmon #F15316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.99%

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

R = 69.65%
G = 23.99%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F15316 (or 0xF15316) is known color: Persimmon. HEX triplet: F1, 53 and 16. RGB value is (241,83,22). Sum of RGB (Red+Green+Blue) = 241+83+22=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F15316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15316 is #0EACE9. Grayscale: #7B7B7B. Windows color (decimal): -961770 or 1463281. OLE color: 1463281.

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

Color convert

RGB 241 83 22 -
CMYK 0 0.66 0.91 0.05
HSL 16.71º 0.89% 0.52% -
HSV(B) 16.71º 0.91% 0.95% -
XYZ 39.51 24.95 3.49 -
YUV 123.29 70.85 211.96 -
System Red Green Blue C M Y K H S L
Decimal 241 83 22 0 0.66 0.91 0.05 16.71 0.89 0.52
Hex F1 53 16 0 42 5B 5 11 59 34
Octal 361 123 26 0 102 133 5 21 131 64
Binary 11110001 1010011 10110 0 1000010 1011011 101 10001 1011001 110100

Color Harmonies of #F15316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15316

Black with #F15316

Text Example


Text Example

White with #F15316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15316; }

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

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

background-color css

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

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

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

border-color css

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

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

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