Html Css Color HEX #F96819 Pumpkin

📋 copy color: '#F96819'

red 249 ◦ green 104 ◦ blue 25

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

Shades of Pumpkin #F96819

Tints of Pumpkin #F96819

RGB

 RED value IS 249 (97.66% from 255) = 65.87%

 GREEN value IS 104 (41.02% from 255) = 27.51%

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

R = 65.87%
G = 27.51%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F96819 (or 0xF96819) is known color: Pumpkin. HEX triplet: F9, 68 and 19. RGB value is (249,104,25). Sum of RGB (Red+Green+Blue) = 249+104+25=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F96819 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96819 is #0697E6. Grayscale: #8A8A8A. Windows color (decimal): -432103 or 1665273. OLE color: 1665273.

HSL color Cylindrical-coordinate representation of color #F96819: hue angle of 21.16º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F96819 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 104 25 -
CMYK 0 0.58 0.90 0.02
HSL 21.16º 0.95% 0.54% -
HSV(B) 21.16º 0.9% 0.98% -
XYZ 44.19 30.11 4.4 -
YUV 138.35 64.04 206.92 -
System Red Green Blue C M Y K H S L
Decimal 249 104 25 0 0.58 0.90 0.02 21.16 0.95 0.54
Hex F9 68 19 0 3A 5A 2 15 5F 36
Octal 371 150 31 0 72 132 2 25 137 66
Binary 11111001 1101000 11001 0 111010 1011010 10 10101 1011111 110110

Color Harmonies of #F96819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96819

Black with #F96819

Text Example


Text Example

White with #F96819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96819; }

 p { color: rgb(249,104,25); }

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

background-color css

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

 a { background-color: rgb(249,104,25); }

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

border-color css

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

 span { border-color: rgb(249,104,25); }

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