Html Css Color HEX #F96915 Pumpkin

📋 copy color: '#F96915'

red 249 ◦ green 105 ◦ blue 21

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

Shades of Pumpkin #F96915

Tints of Pumpkin #F96915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.6%

R = 66.4%
G = 28%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F96915 (or 0xF96915) is known color: Pumpkin. HEX triplet: F9, 69 and 15. RGB value is (249,105,21). Sum of RGB (Red+Green+Blue) = 249+105+21=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F96915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96915 is #0696EA. Grayscale: #8A8A8A. Windows color (decimal): -431851 or 1403385. OLE color: 1403385.

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

Color convert

RGB 249 105 21 -
CMYK 0 0.58 0.92 0.02
HSL 22.11º 0.95% 0.53% -
HSV(B) 22.11º 0.92% 0.98% -
XYZ 44.25 30.3 4.22 -
YUV 138.48 61.71 206.83 -
System Red Green Blue C M Y K H S L
Decimal 249 105 21 0 0.58 0.92 0.02 22.11 0.95 0.53
Hex F9 69 15 0 3A 5C 2 16 5F 35
Octal 371 151 25 0 72 134 2 26 137 65
Binary 11111001 1101001 10101 0 111010 1011100 10 10110 1011111 110101

Color Harmonies of #F96915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96915

Black with #F96915

Text Example


Text Example

White with #F96915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96915; }

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

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

background-color css

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

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

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

border-color css

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

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

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