Html Css Color HEX #FE741C Pumpkin

📋 copy color: '#FE741C'

red 254 ◦ green 116 ◦ blue 28

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

Shades of Pumpkin #FE741C

Tints of Pumpkin #FE741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.15%

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

R = 63.82%
G = 29.15%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE741C (or 0xFE741C) is known color: Pumpkin. HEX triplet: FE, 74 and 1C. RGB value is (254,116,28). Sum of RGB (Red+Green+Blue) = 254+116+28=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE741C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE741C is #018BE3. Grayscale: #939393. Windows color (decimal): -101348 or 1864958. OLE color: 1864958.

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

Color convert

RGB 254 116 28 -
CMYK 0 0.54 0.89 0.00
HSL 23.36º 0.99% 0.55% -
HSV(B) 23.36º 0.89% 1% -
XYZ 47.33 33.65 5.1 -
YUV 147.23 60.72 204.16 -
System Red Green Blue C M Y K H S L
Decimal 254 116 28 0 0.54 0.89 0.00 23.36 0.99 0.55
Hex FE 74 1C 0 36 59 0 17 63 37
Octal 376 164 34 0 66 131 0 27 143 67
Binary 11111110 1110100 11100 0 110110 1011001 0 10111 1100011 110111

Color Harmonies of #FE741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE741C

Black with #FE741C

Text Example


Text Example

White with #FE741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE741C; }

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

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

background-color css

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

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

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

border-color css

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

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

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