Html Css Color HEX #F7701F Pumpkin

📋 copy color: '#F7701F'

red 247 ◦ green 112 ◦ blue 31

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

Shades of Pumpkin #F7701F

Tints of Pumpkin #F7701F

RGB

 RED value IS 247 (96.88% from 255) = 63.33%

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

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

R = 63.33%
G = 28.72%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F7701F (or 0xF7701F) is known color: Pumpkin. HEX triplet: F7, 70 and 1F. RGB value is (247,112,31). Sum of RGB (Red+Green+Blue) = 247+112+31=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F7701F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7701F is #088FE0. Grayscale: #8F8F8F. Windows color (decimal): -561121 or 2060535. OLE color: 2060535.

HSL color Cylindrical-coordinate representation of color #F7701F: hue angle of 22.5º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7701F is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 112 31 -
CMYK 0 0.55 0.87 0.03
HSL 22.5º 0.93% 0.55% -
HSV(B) 22.5º 0.87% 0.97% -
XYZ 44.4 31.46 5.03 -
YUV 143.13 64.73 202.09 -
System Red Green Blue C M Y K H S L
Decimal 247 112 31 0 0.55 0.87 0.03 22.5 0.93 0.55
Hex F7 70 1F 0 37 57 3 16 5D 37
Octal 367 160 37 0 67 127 3 26 135 67
Binary 11110111 1110000 11111 0 110111 1010111 11 10110 1011101 110111

Color Harmonies of #F7701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7701F

Black with #F7701F

Text Example


Text Example

White with #F7701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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