Html Css Color HEX #F96919 Pumpkin

📋 copy color: '#F96919'

red 249 ◦ green 105 ◦ blue 25

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

Shades of Pumpkin #F96919

Tints of Pumpkin #F96919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.7%

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

R = 65.7%
G = 27.7%
B = 6.6%

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

#F96919 (or 0xF96919) is known color: Pumpkin. HEX triplet: F9, 69 and 19. RGB value is (249,105,25). Sum of RGB (Red+Green+Blue) = 249+105+25=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F96919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96919 is #0696E6. Grayscale: #8B8B8B. Windows color (decimal): -431847 or 1665529. OLE color: 1665529.

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

Color convert

RGB 249 105 25 -
CMYK 0 0.58 0.90 0.02
HSL 21.43º 0.95% 0.54% -
HSV(B) 21.43º 0.9% 0.98% -
XYZ 44.29 30.31 4.44 -
YUV 138.94 63.71 206.5 -
System Red Green Blue C M Y K H S L
Decimal 249 105 25 0 0.58 0.90 0.02 21.43 0.95 0.54
Hex F9 69 19 0 3A 5A 2 15 5F 36
Octal 371 151 31 0 72 132 2 25 137 66
Binary 11111001 1101001 11001 0 111010 1011010 10 10101 1011111 110110

Color Harmonies of #F96919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96919

Black with #F96919

Text Example


Text Example

White with #F96919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96919; }

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

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

background-color css

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

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

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

border-color css

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

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

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