Html Css Color HEX #F77A1F Pumpkin

📋 copy color: '#F77A1F'

red 247 ◦ green 122 ◦ blue 31

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

Shades of Pumpkin #F77A1F

Tints of Pumpkin #F77A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.5%

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

R = 61.75%
G = 30.5%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F77A1F (or 0xF77A1F) is known color: Pumpkin. HEX triplet: F7, 7A and 1F. RGB value is (247,122,31). Sum of RGB (Red+Green+Blue) = 247+122+31=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77A1F is #0885E0. Grayscale: #959595. Windows color (decimal): -558561 or 2063095. OLE color: 2063095.

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

Color convert

RGB 247 122 31 -
CMYK 0 0.51 0.87 0.03
HSL 25.28º 0.93% 0.55% -
HSV(B) 25.28º 0.87% 0.97% -
XYZ 45.56 33.79 5.42 -
YUV 149 61.41 197.9 -
System Red Green Blue C M Y K H S L
Decimal 247 122 31 0 0.51 0.87 0.03 25.28 0.93 0.55
Hex F7 7A 1F 0 33 57 3 19 5D 37
Octal 367 172 37 0 63 127 3 31 135 67
Binary 11110111 1111010 11111 0 110011 1010111 11 11001 1011101 110111

Color Harmonies of #F77A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77A1F

Black with #F77A1F

Text Example


Text Example

White with #F77A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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