Html Css Color HEX #F96513 Pumpkin

📋 copy color: '#F96513'

red 249 ◦ green 101 ◦ blue 19

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

Shades of Pumpkin #F96513

Tints of Pumpkin #F96513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.37%

 BLUE value IS 19 (7.81% from 255) = 5.15%

R = 67.48%
G = 27.37%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F96513 (or 0xF96513) is known color: Pumpkin. HEX triplet: F9, 65 and 13. RGB value is (249,101,19). Sum of RGB (Red+Green+Blue) = 249+101+19=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F96513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96513 is #069AEC. Grayscale: #888888. Windows color (decimal): -432877 or 1271289. OLE color: 1271289.

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

Color convert

RGB 249 101 19 -
CMYK 0 0.59 0.92 0.02
HSL 21.39º 0.95% 0.53% -
HSV(B) 21.39º 0.92% 0.98% -
XYZ 43.84 29.49 4 -
YUV 135.9 62.03 208.67 -
System Red Green Blue C M Y K H S L
Decimal 249 101 19 0 0.59 0.92 0.02 21.39 0.95 0.53
Hex F9 65 13 0 3B 5C 2 15 5F 35
Octal 371 145 23 0 73 134 2 25 137 65
Binary 11111001 1100101 10011 0 111011 1011100 10 10101 1011111 110101

Color Harmonies of #F96513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96513

Black with #F96513

Text Example


Text Example

White with #F96513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96513; }

 p { color: rgb(249,101,19); }

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

background-color css

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

 a { background-color: rgb(249,101,19); }

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

border-color css

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

 span { border-color: rgb(249,101,19); }

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