Html Css Color HEX #F85D19 Pumpkin

📋 copy color: '#F85D19'

red 248 ◦ green 93 ◦ blue 25

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

Shades of Pumpkin #F85D19

Tints of Pumpkin #F85D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.41%

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

R = 67.76%
G = 25.41%
B = 6.83%

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

#F85D19 (or 0xF85D19) is known color: Pumpkin. HEX triplet: F8, 5D and 19. RGB value is (248,93,25). Sum of RGB (Red+Green+Blue) = 248+93+25=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 25 (10.16% from 255 or 6.83% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85D19 is #07A2E6. Grayscale: #848484. Windows color (decimal): -500455 or 1662456. OLE color: 1662456.

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

Color convert

RGB 248 93 25 -
CMYK 0 0.62 0.90 0.03
HSL 18.3º 0.94% 0.54% -
HSV(B) 18.3º 0.9% 0.97% -
XYZ 42.8 27.86 4.04 -
YUV 131.59 67.85 211.03 -
System Red Green Blue C M Y K H S L
Decimal 248 93 25 0 0.62 0.90 0.03 18.3 0.94 0.54
Hex F8 5D 19 0 3E 5A 3 12 5E 36
Octal 370 135 31 0 76 132 3 22 136 66
Binary 11111000 1011101 11001 0 111110 1011010 11 10010 1011110 110110

Color Harmonies of #F85D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D19

Black with #F85D19

Text Example


Text Example

White with #F85D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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