Html Css Color HEX #F85B16 Persimmon

📋 copy color: '#F85B16'

red 248 ◦ green 91 ◦ blue 22

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

Shades of Persimmon #F85B16

Tints of Persimmon #F85B16

RGB

 RED value IS 248 (97.27% from 255) = 68.7%

 GREEN value IS 91 (35.94% from 255) = 25.21%

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

R = 68.7%
G = 25.21%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F85B16 (or 0xF85B16) is known color: Persimmon. HEX triplet: F8, 5B and 16. RGB value is (248,91,22). Sum of RGB (Red+Green+Blue) = 248+91+22=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85B16 is #07A4E9. Grayscale: #828282. Windows color (decimal): -500970 or 1465336. OLE color: 1465336.

HSL color Cylindrical-coordinate representation of color #F85B16: hue angle of 18.32º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F85B16 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 91 22 -
CMYK 0 0.63 0.91 0.03
HSL 18.32º 0.94% 0.53% -
HSV(B) 18.32º 0.91% 0.97% -
XYZ 42.6 27.5 3.82 -
YUV 130.08 67.01 212.11 -
System Red Green Blue C M Y K H S L
Decimal 248 91 22 0 0.63 0.91 0.03 18.32 0.94 0.53
Hex F8 5B 16 0 3F 5B 3 12 5E 35
Octal 370 133 26 0 77 133 3 22 136 65
Binary 11111000 1011011 10110 0 111111 1011011 11 10010 1011110 110101

Color Harmonies of #F85B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B16

Black with #F85B16

Text Example


Text Example

White with #F85B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B16; }

 p { color: rgb(248,91,22); }

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

background-color css

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

 a { background-color: rgb(248,91,22); }

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

border-color css

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

 span { border-color: rgb(248,91,22); }

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