Html Css Color HEX #FE740D Pumpkin

📋 copy color: '#FE740D'

red 254 ◦ green 116 ◦ blue 13

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

Shades of Pumpkin #FE740D

Tints of Pumpkin #FE740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 66.32%
G = 30.29%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE740D (or 0xFE740D) is known color: Pumpkin. HEX triplet: FE, 74 and 0D. RGB value is (254,116,13). Sum of RGB (Red+Green+Blue) = 254+116+13=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE740D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE740D is #018BF2. Grayscale: #929292. Windows color (decimal): -101363 or 881918. OLE color: 881918.

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

Color convert

RGB 254 116 13 -
CMYK 0 0.54 0.95 0.00
HSL 25.64º 0.99% 0.52% -
HSV(B) 25.64º 0.95% 1% -
XYZ 47.19 33.59 4.38 -
YUV 145.52 53.22 205.38 -
System Red Green Blue C M Y K H S L
Decimal 254 116 13 0 0.54 0.95 0.00 25.64 0.99 0.52
Hex FE 74 D 0 36 5F 0 1A 63 34
Octal 376 164 15 0 66 137 0 32 143 64
Binary 11111110 1110100 1101 0 110110 1011111 0 11010 1100011 110100

Color Harmonies of #FE740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE740D

Black with #FE740D

Text Example


Text Example

White with #FE740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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