Html Css Color HEX #FE770F Pumpkin

📋 copy color: '#FE770F'

red 254 ◦ green 119 ◦ blue 15

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

Shades of Pumpkin #FE770F

Tints of Pumpkin #FE770F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.87%

R = 65.46%
G = 30.67%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE770F (or 0xFE770F) is known color: Pumpkin. HEX triplet: FE, 77 and 0F. RGB value is (254,119,15). Sum of RGB (Red+Green+Blue) = 254+119+15=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE770F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE770F is #0188F0. Grayscale: #949494. Windows color (decimal): -100593 or 1013758. OLE color: 1013758.

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

Color convert

RGB 254 119 15 -
CMYK 0 0.53 0.94 0.00
HSL 26.11º 0.99% 0.53% -
HSV(B) 26.11º 0.94% 1% -
XYZ 47.56 34.3 4.57 -
YUV 147.51 53.23 203.96 -
System Red Green Blue C M Y K H S L
Decimal 254 119 15 0 0.53 0.94 0.00 26.11 0.99 0.53
Hex FE 77 F 0 35 5E 0 1A 63 35
Octal 376 167 17 0 65 136 0 32 143 65
Binary 11111110 1110111 1111 0 110101 1011110 0 11010 1100011 110101

Color Harmonies of #FE770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE770F

Black with #FE770F

Text Example


Text Example

White with #FE770F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE770F; }

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

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

background-color css

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

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

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

border-color css

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

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

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