Html Css Color HEX #F96019 Pumpkin

📋 copy color: '#F96019'

red 249 ◦ green 96 ◦ blue 25

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

Shades of Pumpkin #F96019

Tints of Pumpkin #F96019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.95%

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

R = 67.3%
G = 25.95%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F96019 (or 0xF96019) is known color: Pumpkin. HEX triplet: F9, 60 and 19. RGB value is (249,96,25). Sum of RGB (Red+Green+Blue) = 249+96+25=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F96019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96019 is #069FE6. Grayscale: #868686. Windows color (decimal): -434151 or 1663225. OLE color: 1663225.

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

Color convert

RGB 249 96 25 -
CMYK 0 0.61 0.90 0.02
HSL 19.02º 0.95% 0.54% -
HSV(B) 19.02º 0.9% 0.98% -
XYZ 43.43 28.58 4.15 -
YUV 133.65 66.69 210.27 -
System Red Green Blue C M Y K H S L
Decimal 249 96 25 0 0.61 0.90 0.02 19.02 0.95 0.54
Hex F9 60 19 0 3D 5A 2 13 5F 36
Octal 371 140 31 0 75 132 2 23 137 66
Binary 11111001 1100000 11001 0 111101 1011010 10 10011 1011111 110110

Color Harmonies of #F96019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96019

Black with #F96019

Text Example


Text Example

White with #F96019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96019; }

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

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

background-color css

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

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

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

border-color css

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

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

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