Html Css Color HEX #F9701F Pumpkin

📋 copy color: '#F9701F'

red 249 ◦ green 112 ◦ blue 31

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

Shades of Pumpkin #F9701F

Tints of Pumpkin #F9701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.57%

 BLUE value IS 31 (12.5% from 255) = 7.91%

R = 63.52%
G = 28.57%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9701F (or 0xF9701F) is known color: Pumpkin. HEX triplet: F9, 70 and 1F. RGB value is (249,112,31). Sum of RGB (Red+Green+Blue) = 249+112+31=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F9701F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9701F is #068FE0. Grayscale: #909090. Windows color (decimal): -430049 or 2060537. OLE color: 2060537.

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

Color convert

RGB 249 112 31 -
CMYK 0 0.55 0.88 0.02
HSL 22.29º 0.95% 0.55% -
HSV(B) 22.29º 0.88% 0.98% -
XYZ 45.11 31.83 5.06 -
YUV 143.73 64.39 203.09 -
System Red Green Blue C M Y K H S L
Decimal 249 112 31 0 0.55 0.88 0.02 22.29 0.95 0.55
Hex F9 70 1F 0 37 58 2 16 5F 37
Octal 371 160 37 0 67 130 2 26 137 67
Binary 11111001 1110000 11111 0 110111 1011000 10 10110 1011111 110111

Color Harmonies of #F9701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9701F

Black with #F9701F

Text Example


Text Example

White with #F9701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9701F; }

 p { color: rgb(249,112,31); }

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

background-color css

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

 a { background-color: rgb(249,112,31); }

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

border-color css

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

 span { border-color: rgb(249,112,31); }

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