Html Css Color HEX #FE681C Pumpkin

📋 copy color: '#FE681C'

red 254 ◦ green 104 ◦ blue 28

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

Shades of Pumpkin #FE681C

Tints of Pumpkin #FE681C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.94%

 BLUE value IS 28 (11.33% from 255) = 7.25%

R = 65.8%
G = 26.94%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE681C (or 0xFE681C) is known color: Pumpkin. HEX triplet: FE, 68 and 1C. RGB value is (254,104,28). Sum of RGB (Red+Green+Blue) = 254+104+28=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE681C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE681C is #0197E3. Grayscale: #8C8C8C. Windows color (decimal): -104420 or 1861886. OLE color: 1861886.

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

Color convert

RGB 254 104 28 -
CMYK 0 0.59 0.89 0.00
HSL 20.18º 0.99% 0.55% -
HSV(B) 20.18º 0.89% 1% -
XYZ 46.03 31.06 4.67 -
YUV 140.19 64.7 209.18 -
System Red Green Blue C M Y K H S L
Decimal 254 104 28 0 0.59 0.89 0.00 20.18 0.99 0.55
Hex FE 68 1C 0 3B 59 0 14 63 37
Octal 376 150 34 0 73 131 0 24 143 67
Binary 11111110 1101000 11100 0 111011 1011001 0 10100 1100011 110111

Color Harmonies of #FE681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE681C

Black with #FE681C

Text Example


Text Example

White with #FE681C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE681C; }

 p { color: rgb(254,104,28); }

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

background-color css

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

 a { background-color: rgb(254,104,28); }

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

border-color css

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

 span { border-color: rgb(254,104,28); }

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