Html Css Color HEX #F96614 Pumpkin

📋 copy color: '#F96614'

red 249 ◦ green 102 ◦ blue 20

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

Shades of Pumpkin #F96614

Tints of Pumpkin #F96614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

 BLUE value IS 20 (8.2% from 255) = 5.39%

R = 67.12%
G = 27.49%
B = 5.39%

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

#F96614 (or 0xF96614) is known color: Pumpkin. HEX triplet: F9, 66 and 14. RGB value is (249,102,20). Sum of RGB (Red+Green+Blue) = 249+102+20=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F96614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96614 is #0699EB. Grayscale: #898989. Windows color (decimal): -432620 or 1337081. OLE color: 1337081.

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

Color convert

RGB 249 102 20 -
CMYK 0 0.59 0.92 0.02
HSL 21.48º 0.95% 0.53% -
HSV(B) 21.48º 0.92% 0.98% -
XYZ 43.94 29.69 4.08 -
YUV 136.61 62.2 208.17 -
System Red Green Blue C M Y K H S L
Decimal 249 102 20 0 0.59 0.92 0.02 21.48 0.95 0.53
Hex F9 66 14 0 3B 5C 2 15 5F 35
Octal 371 146 24 0 73 134 2 25 137 65
Binary 11111001 1100110 10100 0 111011 1011100 10 10101 1011111 110101

Color Harmonies of #F96614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96614

Black with #F96614

Text Example


Text Example

White with #F96614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96614; }

 p { color: rgb(249,102,20); }

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

background-color css

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

 a { background-color: rgb(249,102,20); }

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

border-color css

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

 span { border-color: rgb(249,102,20); }

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