Html Css Color HEX #FE770A Pumpkin

📋 copy color: '#FE770A'

red 254 ◦ green 119 ◦ blue 10

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

Shades of Pumpkin #FE770A

Tints of Pumpkin #FE770A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.07%

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

R = 66.32%
G = 31.07%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE770A (or 0xFE770A) is known color: Pumpkin. HEX triplet: FE, 77 and 0A. RGB value is (254,119,10). Sum of RGB (Red+Green+Blue) = 254+119+10=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE770A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE770A is #0188F5. Grayscale: #939393. Windows color (decimal): -100598 or 686078. OLE color: 686078.

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

Color convert

RGB 254 119 10 -
CMYK 0 0.53 0.96 0.00
HSL 26.8º 0.99% 0.52% -
HSV(B) 26.8º 0.96% 1% -
XYZ 47.52 34.29 4.4 -
YUV 146.94 50.73 204.36 -
System Red Green Blue C M Y K H S L
Decimal 254 119 10 0 0.53 0.96 0.00 26.8 0.99 0.52
Hex FE 77 A 0 35 60 0 1B 63 34
Octal 376 167 12 0 65 140 0 33 143 64
Binary 11111110 1110111 1010 0 110101 1100000 0 11011 1100011 110100

Color Harmonies of #FE770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE770A

Black with #FE770A

Text Example


Text Example

White with #FE770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE770A; }

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

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

background-color css

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

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

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

border-color css

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

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

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