Html Css Color HEX #FF7E1D Pumpkin

📋 copy color: '#FF7E1D'

red 255 ◦ green 126 ◦ blue 29

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

Shades of Pumpkin #FF7E1D

Tints of Pumpkin #FF7E1D

RGB

 RED value IS 255 (100% from 255) = 62.2%

 GREEN value IS 126 (49.61% from 255) = 30.73%

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

R = 62.2%
G = 30.73%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF7E1D (or 0xFF7E1D) is known color: Pumpkin. HEX triplet: FF, 7E and 1D. RGB value is (255,126,29). Sum of RGB (Red+Green+Blue) = 255+126+29=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7E1D is #0081E2. Grayscale: #9A9A9A. Windows color (decimal): -33251 or 1933055. OLE color: 1933055.

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

Color convert

RGB 255 126 29 -
CMYK 0 0.51 0.89 0
HSL 25.75º 1% 0.56% -
HSV(B) 25.75º 0.89% 1% -
XYZ 48.92 36.27 5.58 -
YUV 153.51 57.74 200.39 -
System Red Green Blue C M Y K H S L
Decimal 255 126 29 0 0.51 0.89 0 25.75 1 0.56
Hex FF 7E 1D 0 33 59 0 1A 64 38
Octal 377 176 35 0 63 131 0 32 144 70
Binary 11111111 1111110 11101 0 110011 1011001 0 11010 1100100 111000

Color Harmonies of #FF7E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7E1D

Black with #FF7E1D

Text Example


Text Example

White with #FF7E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7E1D; }

 p { color: rgb(255,126,29); }

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

background-color css

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

 a { background-color: rgb(255,126,29); }

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

border-color css

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

 span { border-color: rgb(255,126,29); }

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