Html Css Color HEX #FE7F0F Pumpkin

📋 copy color: '#FE7F0F'

red 254 ◦ green 127 ◦ blue 15

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

Shades of Pumpkin #FE7F0F

Tints of Pumpkin #FE7F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 64.14%
G = 32.07%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE7F0F (or 0xFE7F0F) is known color: Pumpkin. HEX triplet: FE, 7F and 0F. RGB value is (254,127,15). Sum of RGB (Red+Green+Blue) = 254+127+15=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7F0F is #0180F0. Grayscale: #989898. Windows color (decimal): -98545 or 1015806. OLE color: 1015806.

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

Color convert

RGB 254 127 15 -
CMYK 0 0.50 0.94 0.00
HSL 28.12º 0.99% 0.53% -
HSV(B) 28.12º 0.94% 1% -
XYZ 48.55 36.28 4.9 -
YUV 152.21 50.58 200.61 -
System Red Green Blue C M Y K H S L
Decimal 254 127 15 0 0.50 0.94 0.00 28.12 0.99 0.53
Hex FE 7F F 0 32 5E 0 1C 63 35
Octal 376 177 17 0 62 136 0 34 143 65
Binary 11111110 1111111 1111 0 110010 1011110 0 11100 1100011 110101

Color Harmonies of #FE7F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F0F

Black with #FE7F0F

Text Example


Text Example

White with #FE7F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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