Html Css Color HEX #F85B19 Pumpkin

📋 copy color: '#F85B19'

red 248 ◦ green 91 ◦ blue 25

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

Shades of Pumpkin #F85B19

Tints of Pumpkin #F85B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.87%

R = 68.13%
G = 25%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F85B19 (or 0xF85B19) is known color: Pumpkin. HEX triplet: F8, 5B and 19. RGB value is (248,91,25). Sum of RGB (Red+Green+Blue) = 248+91+25=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85B19 is #07A4E6. Grayscale: #828282. Windows color (decimal): -500967 or 1661944. OLE color: 1661944.

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

Color convert

RGB 248 91 25 -
CMYK 0 0.63 0.90 0.03
HSL 17.76º 0.94% 0.54% -
HSV(B) 17.76º 0.9% 0.97% -
XYZ 42.63 27.51 3.98 -
YUV 130.42 68.51 211.87 -
System Red Green Blue C M Y K H S L
Decimal 248 91 25 0 0.63 0.90 0.03 17.76 0.94 0.54
Hex F8 5B 19 0 3F 5A 3 12 5E 36
Octal 370 133 31 0 77 132 3 22 136 66
Binary 11111000 1011011 11001 0 111111 1011010 11 10010 1011110 110110

Color Harmonies of #F85B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B19

Black with #F85B19

Text Example


Text Example

White with #F85B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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