Html Css Color HEX #FE730C Pumpkin

📋 copy color: '#FE730C'

red 254 ◦ green 115 ◦ blue 12

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

Shades of Pumpkin #FE730C

Tints of Pumpkin #FE730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.18%

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

R = 66.67%
G = 30.18%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE730C (or 0xFE730C) is known color: Pumpkin. HEX triplet: FE, 73 and 0C. RGB value is (254,115,12). Sum of RGB (Red+Green+Blue) = 254+115+12=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE730C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE730C is #018CF3. Grayscale: #919191. Windows color (decimal): -101620 or 816126. OLE color: 816126.

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

Color convert

RGB 254 115 12 -
CMYK 0 0.55 0.95 0.00
HSL 25.54º 0.99% 0.52% -
HSV(B) 25.54º 0.95% 1% -
XYZ 47.07 33.36 4.31 -
YUV 144.82 53.05 205.88 -
System Red Green Blue C M Y K H S L
Decimal 254 115 12 0 0.55 0.95 0.00 25.54 0.99 0.52
Hex FE 73 C 0 37 5F 0 1A 63 34
Octal 376 163 14 0 67 137 0 32 143 64
Binary 11111110 1110011 1100 0 110111 1011111 0 11010 1100011 110100

Color Harmonies of #FE730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE730C

Black with #FE730C

Text Example


Text Example

White with #FE730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE730C; }

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

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

background-color css

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

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

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

border-color css

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

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

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