Html Css Color HEX #F96515 Pumpkin

📋 copy color: '#F96515'

red 249 ◦ green 101 ◦ blue 21

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

Shades of Pumpkin #F96515

Tints of Pumpkin #F96515

RGB

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

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

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

R = 67.12%
G = 27.22%
B = 5.66%

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

#F96515 (or 0xF96515) is known color: Pumpkin. HEX triplet: F9, 65 and 15. RGB value is (249,101,21). Sum of RGB (Red+Green+Blue) = 249+101+21=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F96515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96515 is #069AEA. Grayscale: #888888. Windows color (decimal): -432875 or 1402361. OLE color: 1402361.

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

Color convert

RGB 249 101 21 -
CMYK 0 0.59 0.92 0.02
HSL 21.05º 0.95% 0.53% -
HSV(B) 21.05º 0.92% 0.98% -
XYZ 43.86 29.5 4.09 -
YUV 136.13 63.03 208.5 -
System Red Green Blue C M Y K H S L
Decimal 249 101 21 0 0.59 0.92 0.02 21.05 0.95 0.53
Hex F9 65 15 0 3B 5C 2 15 5F 35
Octal 371 145 25 0 73 134 2 25 137 65
Binary 11111001 1100101 10101 0 111011 1011100 10 10101 1011111 110101

Color Harmonies of #F96515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96515

Black with #F96515

Text Example


Text Example

White with #F96515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96515; }

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

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

background-color css

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

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

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

border-color css

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

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

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