Html Css Color HEX #FE701C Pumpkin

📋 copy color: '#FE701C'

red 254 ◦ green 112 ◦ blue 28

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

Shades of Pumpkin #FE701C

Tints of Pumpkin #FE701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.43%

 BLUE value IS 28 (11.33% from 255) = 7.11%

R = 64.47%
G = 28.43%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE701C (or 0xFE701C) is known color: Pumpkin. HEX triplet: FE, 70 and 1C. RGB value is (254,112,28). Sum of RGB (Red+Green+Blue) = 254+112+28=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE701C is #018FE3. Grayscale: #919191. Windows color (decimal): -102372 or 1863934. OLE color: 1863934.

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

Color convert

RGB 254 112 28 -
CMYK 0 0.56 0.89 0.00
HSL 22.3º 0.99% 0.55% -
HSV(B) 22.3º 0.89% 1% -
XYZ 46.88 32.74 4.95 -
YUV 144.88 62.04 205.83 -
System Red Green Blue C M Y K H S L
Decimal 254 112 28 0 0.56 0.89 0.00 22.3 0.99 0.55
Hex FE 70 1C 0 38 59 0 16 63 37
Octal 376 160 34 0 70 131 0 26 143 67
Binary 11111110 1110000 11100 0 111000 1011001 0 10110 1100011 110111

Color Harmonies of #FE701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE701C

Black with #FE701C

Text Example


Text Example

White with #FE701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE701C; }

 p { color: rgb(254,112,28); }

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

background-color css

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

 a { background-color: rgb(254,112,28); }

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

border-color css

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

 span { border-color: rgb(254,112,28); }

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