Html Css Color HEX #FE760E Pumpkin

📋 copy color: '#FE760E'

red 254 ◦ green 118 ◦ blue 14

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

Shades of Pumpkin #FE760E

Tints of Pumpkin #FE760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.57%

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

R = 65.8%
G = 30.57%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE760E (or 0xFE760E) is known color: Pumpkin. HEX triplet: FE, 76 and 0E. RGB value is (254,118,14). Sum of RGB (Red+Green+Blue) = 254+118+14=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE760E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE760E is #0189F1. Grayscale: #939393. Windows color (decimal): -100850 or 947966. OLE color: 947966.

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

Color convert

RGB 254 118 14 -
CMYK 0 0.54 0.94 0.00
HSL 26º 0.99% 0.53% -
HSV(B) 26º 0.94% 1% -
XYZ 47.43 34.06 4.49 -
YUV 146.81 53.06 204.46 -
System Red Green Blue C M Y K H S L
Decimal 254 118 14 0 0.54 0.94 0.00 26 0.99 0.53
Hex FE 76 E 0 36 5E 0 1A 63 35
Octal 376 166 16 0 66 136 0 32 143 65
Binary 11111110 1110110 1110 0 110110 1011110 0 11010 1100011 110101

Color Harmonies of #FE760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE760E

Black with #FE760E

Text Example


Text Example

White with #FE760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE760E; }

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

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

background-color css

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

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

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

border-color css

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

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

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