Html Css Color HEX #FE820F Pumpkin

📋 copy color: '#FE820F'

red 254 ◦ green 130 ◦ blue 15

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

Shades of Pumpkin #FE820F

Tints of Pumpkin #FE820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.58%

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

R = 63.66%
G = 32.58%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE820F (or 0xFE820F) is known color: Pumpkin. HEX triplet: FE, 82 and 0F. RGB value is (254,130,15). Sum of RGB (Red+Green+Blue) = 254+130+15=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE820F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE820F is #017DF0. Grayscale: #9A9A9A. Windows color (decimal): -97777 or 1016574. OLE color: 1016574.

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

Color convert

RGB 254 130 15 -
CMYK 0 0.49 0.94 0.00
HSL 28.87º 0.99% 0.53% -
HSV(B) 28.87º 0.94% 1% -
XYZ 48.94 37.07 5.03 -
YUV 153.97 49.58 199.35 -
System Red Green Blue C M Y K H S L
Decimal 254 130 15 0 0.49 0.94 0.00 28.87 0.99 0.53
Hex FE 82 F 0 31 5E 0 1D 63 35
Octal 376 202 17 0 61 136 0 35 143 65
Binary 11111110 10000010 1111 0 110001 1011110 0 11101 1100011 110101

Color Harmonies of #FE820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE820F

Black with #FE820F

Text Example


Text Example

White with #FE820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE820F; }

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

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

background-color css

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

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

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

border-color css

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

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

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