Html Css Color HEX #FF7E0D Pumpkin

📋 copy color: '#FF7E0D'

red 255 ◦ green 126 ◦ blue 13

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

Shades of Pumpkin #FF7E0D

Tints of Pumpkin #FF7E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.3%

R = 64.72%
G = 31.98%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF7E0D (or 0xFF7E0D) is known color: Pumpkin. HEX triplet: FF, 7E and 0D. RGB value is (255,126,13). Sum of RGB (Red+Green+Blue) = 255+126+13=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7E0D is #0081F2. Grayscale: #989898. Windows color (decimal): -33267 or 884479. OLE color: 884479.

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

Color convert

RGB 255 126 13 -
CMYK 0 0.51 0.95 0
HSL 28.02º 1% 0.53% -
HSV(B) 28.02º 0.95% 1% -
XYZ 48.77 36.21 4.8 -
YUV 151.69 49.74 201.69 -
System Red Green Blue C M Y K H S L
Decimal 255 126 13 0 0.51 0.95 0 28.02 1 0.53
Hex FF 7E D 0 33 5F 0 1C 64 35
Octal 377 176 15 0 63 137 0 34 144 65
Binary 11111111 1111110 1101 0 110011 1011111 0 11100 1100100 110101

Color Harmonies of #FF7E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7E0D

Black with #FF7E0D

Text Example


Text Example

White with #FF7E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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