Html Css Color HEX #F9700B Pumpkin

📋 copy color: '#F9700B'

red 249 ◦ green 112 ◦ blue 11

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

Shades of Pumpkin #F9700B

Tints of Pumpkin #F9700B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 66.94%
G = 30.11%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9700B (or 0xF9700B) is known color: Pumpkin. HEX triplet: F9, 70 and 0B. RGB value is (249,112,11). Sum of RGB (Red+Green+Blue) = 249+112+11=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F9700B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9700B is #068FF4. Grayscale: #8D8D8D. Windows color (decimal): -430069 or 749817. OLE color: 749817.

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

Color convert

RGB 249 112 11 -
CMYK 0 0.55 0.96 0.02
HSL 25.46º 0.95% 0.51% -
HSV(B) 25.46º 0.96% 0.98% -
XYZ 44.92 31.75 4.08 -
YUV 141.45 54.39 204.71 -
System Red Green Blue C M Y K H S L
Decimal 249 112 11 0 0.55 0.96 0.02 25.46 0.95 0.51
Hex F9 70 B 0 37 60 2 19 5F 33
Octal 371 160 13 0 67 140 2 31 137 63
Binary 11111001 1110000 1011 0 110111 1100000 10 11001 1011111 110011

Color Harmonies of #F9700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9700B

Black with #F9700B

Text Example


Text Example

White with #F9700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9700B; }

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

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

background-color css

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

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

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

border-color css

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

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

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