Html Css Color HEX #FF771F Pumpkin

📋 copy color: '#FF771F'

red 255 ◦ green 119 ◦ blue 31

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

Shades of Pumpkin #FF771F

Tints of Pumpkin #FF771F

RGB

 RED value IS 255 (100% from 255) = 62.96%

 GREEN value IS 119 (46.88% from 255) = 29.38%

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

R = 62.96%
G = 29.38%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF771F (or 0xFF771F) is known color: Pumpkin. HEX triplet: FF, 77 and 1F. RGB value is (255,119,31). Sum of RGB (Red+Green+Blue) = 255+119+31=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF771F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF771F is #0088E0. Grayscale: #969696. Windows color (decimal): -35041 or 2062335. OLE color: 2062335.

HSL color Cylindrical-coordinate representation of color #FF771F: hue angle of 23.57º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF771F is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 119 31 -
CMYK 0 0.53 0.88 0
HSL 23.57º 1% 0.56% -
HSV(B) 23.57º 0.88% 1% -
XYZ 48.08 34.55 5.43 -
YUV 149.63 61.06 203.16 -
System Red Green Blue C M Y K H S L
Decimal 255 119 31 0 0.53 0.88 0 23.57 1 0.56
Hex FF 77 1F 0 35 58 0 18 64 38
Octal 377 167 37 0 65 130 0 30 144 70
Binary 11111111 1110111 11111 0 110101 1011000 0 11000 1100100 111000

Color Harmonies of #FF771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF771F

Black with #FF771F

Text Example


Text Example

White with #FF771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF771F; }

 p { color: rgb(255,119,31); }

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

background-color css

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

 a { background-color: rgb(255,119,31); }

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

border-color css

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

 span { border-color: rgb(255,119,31); }

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