Html Css Color HEX #FE7826 Pumpkin

📋 copy color: '#FE7826'

red 254 ◦ green 120 ◦ blue 38

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

Shades of Pumpkin #FE7826

Tints of Pumpkin #FE7826

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.13%

 BLUE value IS 38 (15.23% from 255) = 9.22%

R = 61.65%
G = 29.13%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE7826 (or 0xFE7826) is known color: Pumpkin. HEX triplet: FE, 78 and 26. RGB value is (254,120,38). Sum of RGB (Red+Green+Blue) = 254+120+38=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7826 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7826 is #0187D9. Grayscale: #979797. Windows color (decimal): -100314 or 2521342. OLE color: 2521342.

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

Color convert

RGB 254 120 38 -
CMYK 0 0.53 0.85 0.00
HSL 22.78º 0.99% 0.57% -
HSV(B) 22.78º 0.85% 1% -
XYZ 47.94 34.64 5.99 -
YUV 150.72 64.39 201.67 -
System Red Green Blue C M Y K H S L
Decimal 254 120 38 0 0.53 0.85 0.00 22.78 0.99 0.57
Hex FE 78 26 0 35 55 0 17 63 39
Octal 376 170 46 0 65 125 0 27 143 71
Binary 11111110 1111000 100110 0 110101 1010101 0 10111 1100011 111001

Color Harmonies of #FE7826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7826

Black with #FE7826

Text Example


Text Example

White with #FE7826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7826; }

 p { color: rgb(254,120,38); }

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

background-color css

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

 a { background-color: rgb(254,120,38); }

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

border-color css

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

 span { border-color: rgb(254,120,38); }

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