Html Css Color HEX #F85B13 Persimmon

📋 copy color: '#F85B13'

red 248 ◦ green 91 ◦ blue 19

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

Shades of Persimmon #F85B13

Tints of Persimmon #F85B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.31%

R = 69.27%
G = 25.42%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F85B13 (or 0xF85B13) is known color: Persimmon. HEX triplet: F8, 5B and 13. RGB value is (248,91,19). Sum of RGB (Red+Green+Blue) = 248+91+19=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85B13 is #07A4EC. Grayscale: #828282. Windows color (decimal): -500973 or 1268728. OLE color: 1268728.

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

Color convert

RGB 248 91 19 -
CMYK 0 0.63 0.92 0.03
HSL 18.86º 0.94% 0.52% -
HSV(B) 18.86º 0.92% 0.97% -
XYZ 42.57 27.49 3.68 -
YUV 129.74 65.51 212.35 -
System Red Green Blue C M Y K H S L
Decimal 248 91 19 0 0.63 0.92 0.03 18.86 0.94 0.52
Hex F8 5B 13 0 3F 5C 3 13 5E 34
Octal 370 133 23 0 77 134 3 23 136 64
Binary 11111000 1011011 10011 0 111111 1011100 11 10011 1011110 110100

Color Harmonies of #F85B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B13

Black with #F85B13

Text Example


Text Example

White with #F85B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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