Html Css Color HEX #FE810F Pumpkin

📋 copy color: '#FE810F'

red 254 ◦ green 129 ◦ blue 15

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

Shades of Pumpkin #FE810F

Tints of Pumpkin #FE810F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.41%

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

R = 63.82%
G = 32.41%
B = 3.77%

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

#FE810F (or 0xFE810F) is known color: Pumpkin. HEX triplet: FE, 81 and 0F. RGB value is (254,129,15). Sum of RGB (Red+Green+Blue) = 254+129+15=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE810F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE810F is #017EF0. Grayscale: #999999. Windows color (decimal): -98033 or 1016318. OLE color: 1016318.

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

Color convert

RGB 254 129 15 -
CMYK 0 0.49 0.94 0.00
HSL 28.62º 0.99% 0.53% -
HSV(B) 28.62º 0.94% 1% -
XYZ 48.81 36.81 4.98 -
YUV 153.38 49.91 199.77 -
System Red Green Blue C M Y K H S L
Decimal 254 129 15 0 0.49 0.94 0.00 28.62 0.99 0.53
Hex FE 81 F 0 31 5E 0 1D 63 35
Octal 376 201 17 0 61 136 0 35 143 65
Binary 11111110 10000001 1111 0 110001 1011110 0 11101 1100011 110101

Color Harmonies of #FE810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE810F

Black with #FE810F

Text Example


Text Example

White with #FE810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE810F; }

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

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

background-color css

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

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

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

border-color css

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

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

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