Html Css Color HEX #FE6318 Pumpkin

📋 copy color: '#FE6318'

red 254 ◦ green 99 ◦ blue 24

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

Shades of Pumpkin #FE6318

Tints of Pumpkin #FE6318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.26%

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

R = 67.37%
G = 26.26%
B = 6.37%

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

#FE6318 (or 0xFE6318) is known color: Pumpkin. HEX triplet: FE, 63 and 18. RGB value is (254,99,24). Sum of RGB (Red+Green+Blue) = 254+99+24=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6318 is #019CE7. Grayscale: #898989. Windows color (decimal): -105704 or 1598462. OLE color: 1598462.

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

Color convert

RGB 254 99 24 -
CMYK 0 0.61 0.91 0.00
HSL 19.57º 0.99% 0.55% -
HSV(B) 19.57º 0.91% 1% -
XYZ 45.5 30.06 4.27 -
YUV 136.8 64.35 211.6 -
System Red Green Blue C M Y K H S L
Decimal 254 99 24 0 0.61 0.91 0.00 19.57 0.99 0.55
Hex FE 63 18 0 3D 5B 0 14 63 37
Octal 376 143 30 0 75 133 0 24 143 67
Binary 11111110 1100011 11000 0 111101 1011011 0 10100 1100011 110111

Color Harmonies of #FE6318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6318

Black with #FE6318

Text Example


Text Example

White with #FE6318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6318; }

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

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

background-color css

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

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

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

border-color css

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

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

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