Html Css Color HEX #FE7B1D Pumpkin

📋 copy color: '#FE7B1D'

red 254 ◦ green 123 ◦ blue 29

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

Shades of Pumpkin #FE7B1D

Tints of Pumpkin #FE7B1D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.3%

 BLUE value IS 29 (11.72% from 255) = 7.14%

R = 62.56%
G = 30.3%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE7B1D (or 0xFE7B1D) is known color: Pumpkin. HEX triplet: FE, 7B and 1D. RGB value is (254,123,29). Sum of RGB (Red+Green+Blue) = 254+123+29=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7B1D is #0184E2. Grayscale: #979797. Windows color (decimal): -99555 or 1932286. OLE color: 1932286.

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

Color convert

RGB 254 123 29 -
CMYK 0 0.52 0.89 0.00
HSL 25.07º 0.99% 0.55% -
HSV(B) 25.07º 0.89% 1% -
XYZ 48.18 35.33 5.44 -
YUV 151.45 58.9 201.14 -
System Red Green Blue C M Y K H S L
Decimal 254 123 29 0 0.52 0.89 0.00 25.07 0.99 0.55
Hex FE 7B 1D 0 34 59 0 19 63 37
Octal 376 173 35 0 64 131 0 31 143 67
Binary 11111110 1111011 11101 0 110100 1011001 0 11001 1100011 110111

Color Harmonies of #FE7B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7B1D

Black with #FE7B1D

Text Example


Text Example

White with #FE7B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7B1D; }

 p { color: rgb(254,123,29); }

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

background-color css

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

 a { background-color: rgb(254,123,29); }

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

border-color css

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

 span { border-color: rgb(254,123,29); }

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