Html Css Color HEX #FE6418 Pumpkin

📋 copy color: '#FE6418'

red 254 ◦ green 100 ◦ blue 24

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

Shades of Pumpkin #FE6418

Tints of Pumpkin #FE6418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.46%

 BLUE value IS 24 (9.77% from 255) = 6.35%

R = 67.2%
G = 26.46%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE6418 (or 0xFE6418) is known color: Pumpkin. HEX triplet: FE, 64 and 18. RGB value is (254,100,24). Sum of RGB (Red+Green+Blue) = 254+100+24=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6418 is #019BE7. Grayscale: #898989. Windows color (decimal): -105448 or 1598718. OLE color: 1598718.

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

Color convert

RGB 254 100 24 -
CMYK 0 0.61 0.91 0.00
HSL 19.83º 0.99% 0.55% -
HSV(B) 19.83º 0.91% 1% -
XYZ 45.6 30.25 4.3 -
YUV 137.38 64.02 211.18 -
System Red Green Blue C M Y K H S L
Decimal 254 100 24 0 0.61 0.91 0.00 19.83 0.99 0.55
Hex FE 64 18 0 3D 5B 0 14 63 37
Octal 376 144 30 0 75 133 0 24 143 67
Binary 11111110 1100100 11000 0 111101 1011011 0 10100 1100011 110111

Color Harmonies of #FE6418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6418

Black with #FE6418

Text Example


Text Example

White with #FE6418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6418; }

 p { color: rgb(254,100,24); }

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

background-color css

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

 a { background-color: rgb(254,100,24); }

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

border-color css

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

 span { border-color: rgb(254,100,24); }

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