Html Css Color HEX #F85A0E Persimmon

📋 copy color: '#F85A0E'

red 248 ◦ green 90 ◦ blue 14

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

Shades of Persimmon #F85A0E

Tints of Persimmon #F85A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.98%

R = 70.45%
G = 25.57%
B = 3.98%

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

#F85A0E (or 0xF85A0E) is known color: Persimmon. HEX triplet: F8, 5A and 0E. RGB value is (248,90,14). Sum of RGB (Red+Green+Blue) = 248+90+14=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85A0E is #07A5F1. Grayscale: #818181. Windows color (decimal): -501234 or 940792. OLE color: 940792.

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

Color convert

RGB 248 90 14 -
CMYK 0 0.64 0.94 0.03
HSL 19.49º 0.94% 0.51% -
HSV(B) 19.49º 0.94% 0.97% -
XYZ 42.45 27.3 3.45 -
YUV 128.58 63.35 213.18 -
System Red Green Blue C M Y K H S L
Decimal 248 90 14 0 0.64 0.94 0.03 19.49 0.94 0.51
Hex F8 5A E 0 40 5E 3 13 5E 33
Octal 370 132 16 0 100 136 3 23 136 63
Binary 11111000 1011010 1110 0 1000000 1011110 11 10011 1011110 110011

Color Harmonies of #F85A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A0E

Black with #F85A0E

Text Example


Text Example

White with #F85A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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