Html Css Color HEX #FF7408 Pumpkin

📋 copy color: '#FF7408'

red 255 ◦ green 116 ◦ blue 8

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

Shades of Pumpkin #FF7408

Tints of Pumpkin #FF7408

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

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

R = 67.28%
G = 30.61%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF7408 (or 0xFF7408) is known color: Pumpkin. HEX triplet: FF, 74 and 08. RGB value is (255,116,8). Sum of RGB (Red+Green+Blue) = 255+116+8=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7408 is #008BF7. Grayscale: #919191. Windows color (decimal): -35832 or 554239. OLE color: 554239.

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

Color convert

RGB 255 116 8 -
CMYK 0 0.55 0.97 0
HSL 26.23º 1% 0.52% -
HSV(B) 26.23º 0.97% 1% -
XYZ 47.53 33.77 4.24 -
YUV 145.25 50.55 206.28 -
System Red Green Blue C M Y K H S L
Decimal 255 116 8 0 0.55 0.97 0 26.23 1 0.52
Hex FF 74 8 0 37 61 0 1A 64 34
Octal 377 164 10 0 67 141 0 32 144 64
Binary 11111111 1110100 1000 0 110111 1100001 0 11010 1100100 110100

Color Harmonies of #FF7408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7408

Black with #FF7408

Text Example


Text Example

White with #FF7408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7408; }

 p { color: rgb(255,116,8); }

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

background-color css

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

 a { background-color: rgb(255,116,8); }

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

border-color css

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

 span { border-color: rgb(255,116,8); }

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