Html Css Color HEX #FE6214 Pumpkin

📋 copy color: '#FE6214'

red 254 ◦ green 98 ◦ blue 20

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

Shades of Pumpkin #FE6214

Tints of Pumpkin #FE6214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.34%

 BLUE value IS 20 (8.2% from 255) = 5.38%

R = 68.28%
G = 26.34%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE6214 (or 0xFE6214) is known color: Pumpkin. HEX triplet: FE, 62 and 14. RGB value is (254,98,20). Sum of RGB (Red+Green+Blue) = 254+98+20=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6214 is #019DEB. Grayscale: #888888. Windows color (decimal): -105964 or 1336062. OLE color: 1336062.

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

Color convert

RGB 254 98 20 -
CMYK 0 0.61 0.92 0.00
HSL 20º 0.99% 0.54% -
HSV(B) 20º 0.92% 1% -
XYZ 45.37 29.86 4.03 -
YUV 135.75 62.68 212.34 -
System Red Green Blue C M Y K H S L
Decimal 254 98 20 0 0.61 0.92 0.00 20 0.99 0.54
Hex FE 62 14 0 3D 5C 0 14 63 36
Octal 376 142 24 0 75 134 0 24 143 66
Binary 11111110 1100010 10100 0 111101 1011100 0 10100 1100011 110110

Color Harmonies of #FE6214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6214

Black with #FE6214

Text Example


Text Example

White with #FE6214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6214; }

 p { color: rgb(254,98,20); }

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

background-color css

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

 a { background-color: rgb(254,98,20); }

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

border-color css

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

 span { border-color: rgb(254,98,20); }

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