Html Css Color HEX #FE800C Pumpkin

📋 copy color: '#FE800C'

red 254 ◦ green 128 ◦ blue 12

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

Shades of Pumpkin #FE800C

Tints of Pumpkin #FE800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.49%

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 64.47%
G = 32.49%
B = 3.05%

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

#FE800C (or 0xFE800C) is known color: Pumpkin. HEX triplet: FE, 80 and 0C. RGB value is (254,128,12). Sum of RGB (Red+Green+Blue) = 254+128+12=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE800C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE800C is #017FF3. Grayscale: #999999. Windows color (decimal): -98292 or 819454. OLE color: 819454.

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

Color convert

RGB 254 128 12 -
CMYK 0 0.50 0.95 0.00
HSL 28.76º 0.99% 0.52% -
HSV(B) 28.76º 0.95% 1% -
XYZ 48.66 36.54 4.84 -
YUV 152.45 48.74 200.43 -
System Red Green Blue C M Y K H S L
Decimal 254 128 12 0 0.50 0.95 0.00 28.76 0.99 0.52
Hex FE 80 C 0 32 5F 0 1D 63 34
Octal 376 200 14 0 62 137 0 35 143 64
Binary 11111110 10000000 1100 0 110010 1011111 0 11101 1100011 110100

Color Harmonies of #FE800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE800C

Black with #FE800C

Text Example


Text Example

White with #FE800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE800C; }

 p { color: rgb(254,128,12); }

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

background-color css

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

 a { background-color: rgb(254,128,12); }

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

border-color css

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

 span { border-color: rgb(254,128,12); }

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