Html Css Color HEX #F96315 Pumpkin

📋 copy color: '#F96315'

red 249 ◦ green 99 ◦ blue 21

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

Shades of Pumpkin #F96315

Tints of Pumpkin #F96315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

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

R = 67.48%
G = 26.83%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F96315 (or 0xF96315) is known color: Pumpkin. HEX triplet: F9, 63 and 15. RGB value is (249,99,21). Sum of RGB (Red+Green+Blue) = 249+99+21=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F96315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96315 is #069CEA. Grayscale: #878787. Windows color (decimal): -433387 or 1401849. OLE color: 1401849.

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

Color convert

RGB 249 99 21 -
CMYK 0 0.60 0.92 0.02
HSL 20.53º 0.95% 0.53% -
HSV(B) 20.53º 0.92% 0.98% -
XYZ 43.66 29.12 4.03 -
YUV 134.96 63.7 209.34 -
System Red Green Blue C M Y K H S L
Decimal 249 99 21 0 0.60 0.92 0.02 20.53 0.95 0.53
Hex F9 63 15 0 3C 5C 2 15 5F 35
Octal 371 143 25 0 74 134 2 25 137 65
Binary 11111001 1100011 10101 0 111100 1011100 10 10101 1011111 110101

Color Harmonies of #F96315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96315

Black with #F96315

Text Example


Text Example

White with #F96315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96315; }

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

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

background-color css

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

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

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

border-color css

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

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

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