Html Css Color HEX #FF771A Pumpkin

📋 copy color: '#FF771A'

red 255 ◦ green 119 ◦ blue 26

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

Shades of Pumpkin #FF771A

Tints of Pumpkin #FF771A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.5%

R = 63.75%
G = 29.75%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF771A (or 0xFF771A) is known color: Pumpkin. HEX triplet: FF, 77 and 1A. RGB value is (255,119,26). Sum of RGB (Red+Green+Blue) = 255+119+26=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF771A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF771A is #0088E5. Grayscale: #959595. Windows color (decimal): -35046 or 1734655. OLE color: 1734655.

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

Color convert

RGB 255 119 26 -
CMYK 0 0.53 0.90 0
HSL 24.37º 1% 0.55% -
HSV(B) 24.37º 0.9% 1% -
XYZ 48.02 34.53 5.11 -
YUV 149.06 58.56 203.56 -
System Red Green Blue C M Y K H S L
Decimal 255 119 26 0 0.53 0.90 0 24.37 1 0.55
Hex FF 77 1A 0 35 5A 0 18 64 37
Octal 377 167 32 0 65 132 0 30 144 67
Binary 11111111 1110111 11010 0 110101 1011010 0 11000 1100100 110111

Color Harmonies of #FF771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF771A

Black with #FF771A

Text Example


Text Example

White with #FF771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF771A; }

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

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

background-color css

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

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

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

border-color css

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

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

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