Html Css Color HEX #FE701F Pumpkin

📋 copy color: '#FE701F'

red 254 ◦ green 112 ◦ blue 31

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

Shades of Pumpkin #FE701F

Tints of Pumpkin #FE701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.81%

R = 63.98%
G = 28.21%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE701F (or 0xFE701F) is known color: Pumpkin. HEX triplet: FE, 70 and 1F. RGB value is (254,112,31). Sum of RGB (Red+Green+Blue) = 254+112+31=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE701F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE701F is #018FE0. Grayscale: #919191. Windows color (decimal): -102369 or 2060542. OLE color: 2060542.

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

Color convert

RGB 254 112 31 -
CMYK 0 0.56 0.88 0.00
HSL 21.79º 0.99% 0.56% -
HSV(B) 21.79º 0.88% 1% -
XYZ 46.91 32.76 5.15 -
YUV 145.22 63.54 205.59 -
System Red Green Blue C M Y K H S L
Decimal 254 112 31 0 0.56 0.88 0.00 21.79 0.99 0.56
Hex FE 70 1F 0 38 58 0 16 63 38
Octal 376 160 37 0 70 130 0 26 143 70
Binary 11111110 1110000 11111 0 111000 1011000 0 10110 1100011 111000

Color Harmonies of #FE701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE701F

Black with #FE701F

Text Example


Text Example

White with #FE701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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