Html Css Color HEX #FE671C Pumpkin

📋 copy color: '#FE671C'

red 254 ◦ green 103 ◦ blue 28

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

Shades of Pumpkin #FE671C

Tints of Pumpkin #FE671C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

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

R = 65.97%
G = 26.75%
B = 7.27%

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

#FE671C (or 0xFE671C) is known color: Pumpkin. HEX triplet: FE, 67 and 1C. RGB value is (254,103,28). Sum of RGB (Red+Green+Blue) = 254+103+28=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE671C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE671C is #0198E3. Grayscale: #8C8C8C. Windows color (decimal): -104676 or 1861630. OLE color: 1861630.

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

Color convert

RGB 254 103 28 -
CMYK 0 0.59 0.89 0.00
HSL 19.91º 0.99% 0.55% -
HSV(B) 19.91º 0.89% 1% -
XYZ 45.93 30.86 4.63 -
YUV 139.6 65.03 209.6 -
System Red Green Blue C M Y K H S L
Decimal 254 103 28 0 0.59 0.89 0.00 19.91 0.99 0.55
Hex FE 67 1C 0 3B 59 0 14 63 37
Octal 376 147 34 0 73 131 0 24 143 67
Binary 11111110 1100111 11100 0 111011 1011001 0 10100 1100011 110111

Color Harmonies of #FE671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE671C

Black with #FE671C

Text Example


Text Example

White with #FE671C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE671C; }

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

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

background-color css

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

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

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

border-color css

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

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

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