Html Css Color HEX #FE7508 Pumpkin

📋 copy color: '#FE7508'

red 254 ◦ green 117 ◦ blue 8

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

Shades of Pumpkin #FE7508

Tints of Pumpkin #FE7508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.87%

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

R = 67.02%
G = 30.87%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE7508 (or 0xFE7508) is known color: Pumpkin. HEX triplet: FE, 75 and 08. RGB value is (254,117,8). Sum of RGB (Red+Green+Blue) = 254+117+8=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7508 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7508 is #018AF7. Grayscale: #929292. Windows color (decimal): -101112 or 554494. OLE color: 554494.

HSL color Cylindrical-coordinate representation of color #FE7508: hue angle of 26.59º 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 #FE7508 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 117 8 -
CMYK 0 0.54 0.97 0.00
HSL 26.59º 0.99% 0.51% -
HSV(B) 26.59º 0.97% 1% -
XYZ 47.28 33.81 4.26 -
YUV 145.54 50.39 205.36 -
System Red Green Blue C M Y K H S L
Decimal 254 117 8 0 0.54 0.97 0.00 26.59 0.99 0.51
Hex FE 75 8 0 36 61 0 1B 63 33
Octal 376 165 10 0 66 141 0 33 143 63
Binary 11111110 1110101 1000 0 110110 1100001 0 11011 1100011 110011

Color Harmonies of #FE7508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7508

Black with #FE7508

Text Example


Text Example

White with #FE7508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7508; }

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

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

background-color css

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

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

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

border-color css

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

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

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