Html Css Color HEX #FE7F0D Pumpkin

📋 copy color: '#FE7F0D'

red 254 ◦ green 127 ◦ blue 13

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

Shades of Pumpkin #FE7F0D

Tints of Pumpkin #FE7F0D

RGB

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

 GREEN value IS 127 (50% from 255) = 32.23%

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

R = 64.47%
G = 32.23%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE7F0D (or 0xFE7F0D) is known color: Pumpkin. HEX triplet: FE, 7F and 0D. RGB value is (254,127,13). Sum of RGB (Red+Green+Blue) = 254+127+13=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7F0D is #0180F2. Grayscale: #989898. Windows color (decimal): -98547 or 884734. OLE color: 884734.

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

Color convert

RGB 254 127 13 -
CMYK 0 0.50 0.95 0.00
HSL 28.38º 0.99% 0.52% -
HSV(B) 28.38º 0.95% 1% -
XYZ 48.54 36.28 4.83 -
YUV 151.98 49.58 200.77 -
System Red Green Blue C M Y K H S L
Decimal 254 127 13 0 0.50 0.95 0.00 28.38 0.99 0.52
Hex FE 7F D 0 32 5F 0 1C 63 34
Octal 376 177 15 0 62 137 0 34 143 64
Binary 11111110 1111111 1101 0 110010 1011111 0 11100 1100011 110100

Color Harmonies of #FE7F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F0D

Black with #FE7F0D

Text Example


Text Example

White with #FE7F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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