Html Css Color HEX #FE7C0D Pumpkin

📋 copy color: '#FE7C0D'

red 254 ◦ green 124 ◦ blue 13

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

Shades of Pumpkin #FE7C0D

Tints of Pumpkin #FE7C0D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.71%

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

R = 64.96%
G = 31.71%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE7C0D (or 0xFE7C0D) is known color: Pumpkin. HEX triplet: FE, 7C and 0D. RGB value is (254,124,13). Sum of RGB (Red+Green+Blue) = 254+124+13=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 13 (5.47% from 255 or 3.32% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7C0D is #0183F2. Grayscale: #969696. Windows color (decimal): -99315 or 883966. OLE color: 883966.

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

Color convert

RGB 254 124 13 -
CMYK 0 0.51 0.95 0.00
HSL 27.63º 0.99% 0.52% -
HSV(B) 27.63º 0.95% 1% -
XYZ 48.15 35.52 4.7 -
YUV 150.22 50.57 202.03 -
System Red Green Blue C M Y K H S L
Decimal 254 124 13 0 0.51 0.95 0.00 27.63 0.99 0.52
Hex FE 7C D 0 33 5F 0 1C 63 34
Octal 376 174 15 0 63 137 0 34 143 64
Binary 11111110 1111100 1101 0 110011 1011111 0 11100 1100011 110100

Color Harmonies of #FE7C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7C0D

Black with #FE7C0D

Text Example


Text Example

White with #FE7C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7C0D; }

 p { color: rgb(254,124,13); }

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

background-color css

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

 a { background-color: rgb(254,124,13); }

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

border-color css

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

 span { border-color: rgb(254,124,13); }

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