Html Css Color HEX #F85B04 Persimmon

📋 copy color: '#F85B04'

red 248 ◦ green 91 ◦ blue 4

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

Shades of Persimmon #F85B04

Tints of Persimmon #F85B04

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.53%

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

R = 72.3%
G = 26.53%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F85B04 (or 0xF85B04) is known color: Persimmon. HEX triplet: F8, 5B and 04. RGB value is (248,91,4). Sum of RGB (Red+Green+Blue) = 248+91+4=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85B04 is #07A4FB. Grayscale: #808080. Windows color (decimal): -500988 or 285688. OLE color: 285688.

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

Color convert

RGB 248 91 4 -
CMYK 0 0.63 0.98 0.03
HSL 21.39º 0.97% 0.49% -
HSV(B) 21.39º 0.98% 0.97% -
XYZ 42.47 27.45 3.17 -
YUV 128.03 58.01 213.57 -
System Red Green Blue C M Y K H S L
Decimal 248 91 4 0 0.63 0.98 0.03 21.39 0.97 0.49
Hex F8 5B 4 0 3F 62 3 15 61 31
Octal 370 133 4 0 77 142 3 25 141 61
Binary 11111000 1011011 100 0 111111 1100010 11 10101 1100001 110001

Color Harmonies of #F85B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B04

Black with #F85B04

Text Example


Text Example

White with #F85B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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