Html Css Color HEX #FE7D27 Pumpkin

📋 copy color: '#FE7D27'

red 254 ◦ green 125 ◦ blue 39

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

Shades of Pumpkin #FE7D27

Tints of Pumpkin #FE7D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.33%

R = 60.77%
G = 29.9%
B = 9.33%

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

#FE7D27 (or 0xFE7D27) is known color: Pumpkin. HEX triplet: FE, 7D and 27. RGB value is (254,125,39). Sum of RGB (Red+Green+Blue) = 254+125+39=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7D27 is #0182D8. Grayscale: #9A9A9A. Windows color (decimal): -99033 or 2588158. OLE color: 2588158.

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

Color convert

RGB 254 125 39 -
CMYK 0 0.51 0.85 0.00
HSL 24º 0.99% 0.57% -
HSV(B) 24º 0.85% 1% -
XYZ 48.57 35.88 6.29 -
YUV 153.77 63.24 199.49 -
System Red Green Blue C M Y K H S L
Decimal 254 125 39 0 0.51 0.85 0.00 24 0.99 0.57
Hex FE 7D 27 0 33 55 0 18 63 39
Octal 376 175 47 0 63 125 0 30 143 71
Binary 11111110 1111101 100111 0 110011 1010101 0 11000 1100011 111001

Color Harmonies of #FE7D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D27

Black with #FE7D27

Text Example


Text Example

White with #FE7D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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