Html Css Color HEX #F76A1F Pumpkin

📋 copy color: '#F76A1F'

red 247 ◦ green 106 ◦ blue 31

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

Shades of Pumpkin #F76A1F

Tints of Pumpkin #F76A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.6%

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

R = 64.32%
G = 27.6%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F76A1F (or 0xF76A1F) is known color: Pumpkin. HEX triplet: F7, 6A and 1F. RGB value is (247,106,31). Sum of RGB (Red+Green+Blue) = 247+106+31=384 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.32% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 31 (12.5% from 255 or 8.07% from 384); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76A1F is #0895E0. Grayscale: #8C8C8C. Windows color (decimal): -562657 or 2058999. OLE color: 2058999.

HSL color Cylindrical-coordinate representation of color #F76A1F: hue angle of 20.83º 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 #F76A1F is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 106 31 -
CMYK 0 0.57 0.87 0.03
HSL 20.83º 0.93% 0.55% -
HSV(B) 20.83º 0.87% 0.97% -
XYZ 43.76 30.18 4.82 -
YUV 139.61 66.71 204.6 -
System Red Green Blue C M Y K H S L
Decimal 247 106 31 0 0.57 0.87 0.03 20.83 0.93 0.55
Hex F7 6A 1F 0 39 57 3 15 5D 37
Octal 367 152 37 0 71 127 3 25 135 67
Binary 11110111 1101010 11111 0 111001 1010111 11 10101 1011101 110111

Color Harmonies of #F76A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76A1F

Black with #F76A1F

Text Example


Text Example

White with #F76A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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