Html Css Color HEX #F85A0F Persimmon

📋 copy color: '#F85A0F'

red 248 ◦ green 90 ◦ blue 15

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

Shades of Persimmon #F85A0F

Tints of Persimmon #F85A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.25%

R = 70.25%
G = 25.5%
B = 4.25%

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

#F85A0F (or 0xF85A0F) is known color: Persimmon. HEX triplet: F8, 5A and 0F. RGB value is (248,90,15). Sum of RGB (Red+Green+Blue) = 248+90+15=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85A0F is #07A5F0. Grayscale: #818181. Windows color (decimal): -501233 or 1006328. OLE color: 1006328.

HSL color Cylindrical-coordinate representation of color #F85A0F: hue angle of 19.31º 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 #F85A0F is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 90 15 -
CMYK 0 0.64 0.94 0.03
HSL 19.31º 0.94% 0.52% -
HSV(B) 19.31º 0.94% 0.97% -
XYZ 42.45 27.3 3.48 -
YUV 128.69 63.85 213.1 -
System Red Green Blue C M Y K H S L
Decimal 248 90 15 0 0.64 0.94 0.03 19.31 0.94 0.52
Hex F8 5A F 0 40 5E 3 13 5E 34
Octal 370 132 17 0 100 136 3 23 136 64
Binary 11111000 1011010 1111 0 1000000 1011110 11 10011 1011110 110100

Color Harmonies of #F85A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A0F

Black with #F85A0F

Text Example


Text Example

White with #F85A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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