Html Css Color HEX #FE760A Pumpkin

📋 copy color: '#FE760A'

red 254 ◦ green 118 ◦ blue 10

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

Shades of Pumpkin #FE760A

Tints of Pumpkin #FE760A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.62%

R = 66.49%
G = 30.89%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE760A (or 0xFE760A) is known color: Pumpkin. HEX triplet: FE, 76 and 0A. RGB value is (254,118,10). Sum of RGB (Red+Green+Blue) = 254+118+10=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE760A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE760A is #0189F5. Grayscale: #929292. Windows color (decimal): -100854 or 685822. OLE color: 685822.

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

Color convert

RGB 254 118 10 -
CMYK 0 0.54 0.96 0.00
HSL 26.56º 0.99% 0.52% -
HSV(B) 26.56º 0.96% 1% -
XYZ 47.41 34.05 4.36 -
YUV 146.35 51.06 204.78 -
System Red Green Blue C M Y K H S L
Decimal 254 118 10 0 0.54 0.96 0.00 26.56 0.99 0.52
Hex FE 76 A 0 36 60 0 1B 63 34
Octal 376 166 12 0 66 140 0 33 143 64
Binary 11111110 1110110 1010 0 110110 1100000 0 11011 1100011 110100

Color Harmonies of #FE760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE760A

Black with #FE760A

Text Example


Text Example

White with #FE760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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