Html Css Color HEX #FE7808 Pumpkin

📋 copy color: '#FE7808'

red 254 ◦ green 120 ◦ blue 8

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

Shades of Pumpkin #FE7808

Tints of Pumpkin #FE7808

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

 BLUE value IS 8 (3.52% from 255) = 2.09%

R = 66.49%
G = 31.41%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE7808 (or 0xFE7808) is known color: Pumpkin. HEX triplet: FE, 78 and 08. RGB value is (254,120,8). Sum of RGB (Red+Green+Blue) = 254+120+8=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7808 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7808 is #0187F7. Grayscale: #939393. Windows color (decimal): -100344 or 555262. OLE color: 555262.

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

Color convert

RGB 254 120 8 -
CMYK 0 0.53 0.97 0.00
HSL 27.32º 0.99% 0.51% -
HSV(B) 27.32º 0.97% 1% -
XYZ 47.63 34.52 4.38 -
YUV 147.3 49.39 204.11 -
System Red Green Blue C M Y K H S L
Decimal 254 120 8 0 0.53 0.97 0.00 27.32 0.99 0.51
Hex FE 78 8 0 35 61 0 1B 63 33
Octal 376 170 10 0 65 141 0 33 143 63
Binary 11111110 1111000 1000 0 110101 1100001 0 11011 1100011 110011

Color Harmonies of #FE7808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7808

Black with #FE7808

Text Example


Text Example

White with #FE7808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7808; }

 p { color: rgb(254,120,8); }

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

background-color css

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

 a { background-color: rgb(254,120,8); }

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

border-color css

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

 span { border-color: rgb(254,120,8); }

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