Html Css Color HEX #F85E19 Pumpkin

📋 copy color: '#F85E19'

red 248 ◦ green 94 ◦ blue 25

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

Shades of Pumpkin #F85E19

Tints of Pumpkin #F85E19

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.61%

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

R = 67.57%
G = 25.61%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F85E19 (or 0xF85E19) is known color: Pumpkin. HEX triplet: F8, 5E and 19. RGB value is (248,94,25). Sum of RGB (Red+Green+Blue) = 248+94+25=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85E19 is #07A1E6. Grayscale: #848484. Windows color (decimal): -500199 or 1662712. OLE color: 1662712.

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

Color convert

RGB 248 94 25 -
CMYK 0 0.62 0.90 0.03
HSL 18.57º 0.94% 0.54% -
HSV(B) 18.57º 0.9% 0.97% -
XYZ 42.89 28.03 4.07 -
YUV 132.18 67.52 210.61 -
System Red Green Blue C M Y K H S L
Decimal 248 94 25 0 0.62 0.90 0.03 18.57 0.94 0.54
Hex F8 5E 19 0 3E 5A 3 13 5E 36
Octal 370 136 31 0 76 132 3 23 136 66
Binary 11111000 1011110 11001 0 111110 1011010 11 10011 1011110 110110

Color Harmonies of #F85E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85E19

Black with #F85E19

Text Example


Text Example

White with #F85E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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