Html Css Color HEX #FE770B Pumpkin

📋 copy color: '#FE770B'

red 254 ◦ green 119 ◦ blue 11

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

Shades of Pumpkin #FE770B

Tints of Pumpkin #FE770B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 66.15%
G = 30.99%
B = 2.86%

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

#FE770B (or 0xFE770B) is known color: Pumpkin. HEX triplet: FE, 77 and 0B. RGB value is (254,119,11). Sum of RGB (Red+Green+Blue) = 254+119+11=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE770B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE770B is #0188F4. Grayscale: #939393. Windows color (decimal): -100597 or 751614. OLE color: 751614.

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

Color convert

RGB 254 119 11 -
CMYK 0 0.53 0.96 0.00
HSL 26.67º 0.99% 0.52% -
HSV(B) 26.67º 0.96% 1% -
XYZ 47.53 34.29 4.43 -
YUV 147.05 51.23 204.28 -
System Red Green Blue C M Y K H S L
Decimal 254 119 11 0 0.53 0.96 0.00 26.67 0.99 0.52
Hex FE 77 B 0 35 60 0 1B 63 34
Octal 376 167 13 0 65 140 0 33 143 64
Binary 11111110 1110111 1011 0 110101 1100000 0 11011 1100011 110100

Color Harmonies of #FE770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE770B

Black with #FE770B

Text Example


Text Example

White with #FE770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE770B; }

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

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

background-color css

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

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

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

border-color css

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

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

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