Html Css Color HEX #F85C15 Persimmon

📋 copy color: '#F85C15'

red 248 ◦ green 92 ◦ blue 21

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

Shades of Persimmon #F85C15

Tints of Persimmon #F85C15

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.48%

 BLUE value IS 21 (8.59% from 255) = 5.82%

R = 68.7%
G = 25.48%
B = 5.82%

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

#F85C15 (or 0xF85C15) is known color: Persimmon. HEX triplet: F8, 5C and 15. RGB value is (248,92,21). Sum of RGB (Red+Green+Blue) = 248+92+21=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85C15 is #07A3EA. Grayscale: #828282. Windows color (decimal): -500715 or 1400056. OLE color: 1400056.

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

Color convert

RGB 248 92 21 -
CMYK 0 0.63 0.92 0.03
HSL 18.77º 0.94% 0.53% -
HSV(B) 18.77º 0.92% 0.97% -
XYZ 42.67 27.66 3.8 -
YUV 130.55 66.18 211.77 -
System Red Green Blue C M Y K H S L
Decimal 248 92 21 0 0.63 0.92 0.03 18.77 0.94 0.53
Hex F8 5C 15 0 3F 5C 3 13 5E 35
Octal 370 134 25 0 77 134 3 23 136 65
Binary 11111000 1011100 10101 0 111111 1011100 11 10011 1011110 110101

Color Harmonies of #F85C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C15

Black with #F85C15

Text Example


Text Example

White with #F85C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C15; }

 p { color: rgb(248,92,21); }

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

background-color css

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

 a { background-color: rgb(248,92,21); }

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

border-color css

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

 span { border-color: rgb(248,92,21); }

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