Html Css Color HEX #F96D1C Pumpkin

📋 copy color: '#F96D1C'

red 249 ◦ green 109 ◦ blue 28

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

Shades of Pumpkin #F96D1C

Tints of Pumpkin #F96D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.24%

 BLUE value IS 28 (11.33% from 255) = 7.25%

R = 64.51%
G = 28.24%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F96D1C (or 0xF96D1C) is known color: Pumpkin. HEX triplet: F9, 6D and 1C. RGB value is (249,109,28). Sum of RGB (Red+Green+Blue) = 249+109+28=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96D1C is #0692E3. Grayscale: #8E8E8E. Windows color (decimal): -430820 or 1863161. OLE color: 1863161.

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

Color convert

RGB 249 109 28 -
CMYK 0 0.56 0.89 0.02
HSL 21.99º 0.95% 0.54% -
HSV(B) 21.99º 0.89% 0.98% -
XYZ 44.75 31.16 4.75 -
YUV 141.63 63.88 204.59 -
System Red Green Blue C M Y K H S L
Decimal 249 109 28 0 0.56 0.89 0.02 21.99 0.95 0.54
Hex F9 6D 1C 0 38 59 2 16 5F 36
Octal 371 155 34 0 70 131 2 26 137 66
Binary 11111001 1101101 11100 0 111000 1011001 10 10110 1011111 110110

Color Harmonies of #F96D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96D1C

Black with #F96D1C

Text Example


Text Example

White with #F96D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96D1C; }

 p { color: rgb(249,109,28); }

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

background-color css

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

 a { background-color: rgb(249,109,28); }

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

border-color css

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

 span { border-color: rgb(249,109,28); }

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