Html Css Color HEX #F85C07 Persimmon

📋 copy color: '#F85C07'

red 248 ◦ green 92 ◦ blue 7

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

Shades of Persimmon #F85C07

Tints of Persimmon #F85C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 71.47%
G = 26.51%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F85C07 (or 0xF85C07) is known color: Persimmon. HEX triplet: F8, 5C and 07. RGB value is (248,92,7). Sum of RGB (Red+Green+Blue) = 248+92+7=347 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.47% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85C07 is #07A3F8. Grayscale: #818181. Windows color (decimal): -500729 or 482552. OLE color: 482552.

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

Color convert

RGB 248 92 7 -
CMYK 0 0.63 0.97 0.03
HSL 21.16º 0.95% 0.5% -
HSV(B) 21.16º 0.97% 0.97% -
XYZ 42.58 27.63 3.29 -
YUV 128.95 59.18 212.91 -
System Red Green Blue C M Y K H S L
Decimal 248 92 7 0 0.63 0.97 0.03 21.16 0.95 0.5
Hex F8 5C 7 0 3F 61 3 15 5F 32
Octal 370 134 7 0 77 141 3 25 137 62
Binary 11111000 1011100 111 0 111111 1100001 11 10101 1011111 110010

Color Harmonies of #F85C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C07

Black with #F85C07

Text Example


Text Example

White with #F85C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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