Html Css Color HEX #F85A04 Persimmon

📋 copy color: '#F85A04'

red 248 ◦ green 90 ◦ blue 4

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

Shades of Persimmon #F85A04

Tints of Persimmon #F85A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 72.51%
G = 26.32%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F85A04 (or 0xF85A04) is known color: Persimmon. HEX triplet: F8, 5A and 04. RGB value is (248,90,4). Sum of RGB (Red+Green+Blue) = 248+90+4=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85A04 is #07A5FB. Grayscale: #7F7F7F. Windows color (decimal): -501244 or 285432. OLE color: 285432.

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

Color convert

RGB 248 90 4 -
CMYK 0 0.64 0.98 0.03
HSL 21.15º 0.97% 0.49% -
HSV(B) 21.15º 0.98% 0.97% -
XYZ 42.39 27.28 3.15 -
YUV 127.44 58.35 213.99 -
System Red Green Blue C M Y K H S L
Decimal 248 90 4 0 0.64 0.98 0.03 21.15 0.97 0.49
Hex F8 5A 4 0 40 62 3 15 61 31
Octal 370 132 4 0 100 142 3 25 141 61
Binary 11111000 1011010 100 0 1000000 1100010 11 10101 1100001 110001

Color Harmonies of #F85A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A04

Black with #F85A04

Text Example


Text Example

White with #F85A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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