Html Css Color HEX #FE771E Pumpkin

📋 copy color: '#FE771E'

red 254 ◦ green 119 ◦ blue 30

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

Shades of Pumpkin #FE771E

Tints of Pumpkin #FE771E

RGB

 RED value IS 254 (99.61% from 255) = 63.03%

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

 BLUE value IS 30 (12.11% from 255) = 7.44%

R = 63.03%
G = 29.53%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE771E (or 0xFE771E) is known color: Pumpkin. HEX triplet: FE, 77 and 1E. RGB value is (254,119,30). Sum of RGB (Red+Green+Blue) = 254+119+30=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE771E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE771E is #0188E1. Grayscale: #959595. Windows color (decimal): -100578 or 1996798. OLE color: 1996798.

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

Color convert

RGB 254 119 30 -
CMYK 0 0.53 0.88 0.00
HSL 23.84º 0.99% 0.56% -
HSV(B) 23.84º 0.88% 1% -
XYZ 47.7 34.36 5.35 -
YUV 149.22 60.73 202.74 -
System Red Green Blue C M Y K H S L
Decimal 254 119 30 0 0.53 0.88 0.00 23.84 0.99 0.56
Hex FE 77 1E 0 35 58 0 18 63 38
Octal 376 167 36 0 65 130 0 30 143 70
Binary 11111110 1110111 11110 0 110101 1011000 0 11000 1100011 111000

Color Harmonies of #FE771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE771E

Black with #FE771E

Text Example


Text Example

White with #FE771E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE771E; }

 p { color: rgb(254,119,30); }

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

background-color css

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

 a { background-color: rgb(254,119,30); }

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

border-color css

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

 span { border-color: rgb(254,119,30); }

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