Html Css Color HEX #FE710E Pumpkin

📋 copy color: '#FE710E'

red 254 ◦ green 113 ◦ blue 14

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

Shades of Pumpkin #FE710E

Tints of Pumpkin #FE710E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.66%

 BLUE value IS 14 (5.86% from 255) = 3.67%

R = 66.67%
G = 29.66%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE710E (or 0xFE710E) is known color: Pumpkin. HEX triplet: FE, 71 and 0E. RGB value is (254,113,14). Sum of RGB (Red+Green+Blue) = 254+113+14=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE710E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE710E is #018EF1. Grayscale: #909090. Windows color (decimal): -102130 or 946686. OLE color: 946686.

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

Color convert

RGB 254 113 14 -
CMYK 0 0.56 0.94 0.00
HSL 24.75º 0.99% 0.53% -
HSV(B) 24.75º 0.94% 1% -
XYZ 46.86 32.91 4.3 -
YUV 143.87 54.71 206.55 -
System Red Green Blue C M Y K H S L
Decimal 254 113 14 0 0.56 0.94 0.00 24.75 0.99 0.53
Hex FE 71 E 0 38 5E 0 19 63 35
Octal 376 161 16 0 70 136 0 31 143 65
Binary 11111110 1110001 1110 0 111000 1011110 0 11001 1100011 110101

Color Harmonies of #FE710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE710E

Black with #FE710E

Text Example


Text Example

White with #FE710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE710E; }

 p { color: rgb(254,113,14); }

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

background-color css

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

 a { background-color: rgb(254,113,14); }

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

border-color css

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

 span { border-color: rgb(254,113,14); }

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