Html Css Color HEX #F85A10 Persimmon

📋 copy color: '#F85A10'

red 248 ◦ green 90 ◦ blue 16

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

Shades of Persimmon #F85A10

Tints of Persimmon #F85A10

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.42%

 BLUE value IS 16 (6.64% from 255) = 4.52%

R = 70.06%
G = 25.42%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F85A10 (or 0xF85A10) is known color: Persimmon. HEX triplet: F8, 5A and 10. RGB value is (248,90,16). Sum of RGB (Red+Green+Blue) = 248+90+16=354 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.06% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85A10 is #07A5EF. Grayscale: #818181. Windows color (decimal): -501232 or 1071864. OLE color: 1071864.

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

Color convert

RGB 248 90 16 -
CMYK 0 0.64 0.94 0.03
HSL 19.14º 0.94% 0.52% -
HSV(B) 19.14º 0.94% 0.97% -
XYZ 42.46 27.31 3.52 -
YUV 128.81 64.35 213.02 -
System Red Green Blue C M Y K H S L
Decimal 248 90 16 0 0.64 0.94 0.03 19.14 0.94 0.52
Hex F8 5A 10 0 40 5E 3 13 5E 34
Octal 370 132 20 0 100 136 3 23 136 64
Binary 11111000 1011010 10000 0 1000000 1011110 11 10011 1011110 110100

Color Harmonies of #F85A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A10

Black with #F85A10

Text Example


Text Example

White with #F85A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A10; }

 p { color: rgb(248,90,16); }

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

background-color css

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

 a { background-color: rgb(248,90,16); }

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

border-color css

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

 span { border-color: rgb(248,90,16); }

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