Html Css Color HEX #FE7D26 Pumpkin

📋 copy color: '#FE7D26'

red 254 ◦ green 125 ◦ blue 38

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

Shades of Pumpkin #FE7D26

Tints of Pumpkin #FE7D26

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.98%

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

R = 60.91%
G = 29.98%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE7D26 (or 0xFE7D26) is known color: Pumpkin. HEX triplet: FE, 7D and 26. RGB value is (254,125,38). Sum of RGB (Red+Green+Blue) = 254+125+38=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7D26 is #0182D9. Grayscale: #9A9A9A. Windows color (decimal): -99034 or 2522622. OLE color: 2522622.

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

Color convert

RGB 254 125 38 -
CMYK 0 0.51 0.85 0.00
HSL 24.17º 0.99% 0.57% -
HSV(B) 24.17º 0.85% 1% -
XYZ 48.56 35.88 6.2 -
YUV 153.65 62.74 199.57 -
System Red Green Blue C M Y K H S L
Decimal 254 125 38 0 0.51 0.85 0.00 24.17 0.99 0.57
Hex FE 7D 26 0 33 55 0 18 63 39
Octal 376 175 46 0 63 125 0 30 143 71
Binary 11111110 1111101 100110 0 110011 1010101 0 11000 1100011 111001

Color Harmonies of #FE7D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D26

Black with #FE7D26

Text Example


Text Example

White with #FE7D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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