Html Css Color HEX #FE720A Pumpkin

📋 copy color: '#FE720A'

red 254 ◦ green 114 ◦ blue 10

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

Shades of Pumpkin #FE720A

Tints of Pumpkin #FE720A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.16%

 BLUE value IS 10 (4.3% from 255) = 2.65%

R = 67.2%
G = 30.16%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE720A (or 0xFE720A) is known color: Pumpkin. HEX triplet: FE, 72 and 0A. RGB value is (254,114,10). Sum of RGB (Red+Green+Blue) = 254+114+10=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE720A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE720A is #018DF5. Grayscale: #909090. Windows color (decimal): -101878 or 684798. OLE color: 684798.

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

Color convert

RGB 254 114 10 -
CMYK 0 0.55 0.96 0.00
HSL 25.57º 0.99% 0.52% -
HSV(B) 25.57º 0.96% 1% -
XYZ 46.95 33.13 4.21 -
YUV 144 52.38 206.46 -
System Red Green Blue C M Y K H S L
Decimal 254 114 10 0 0.55 0.96 0.00 25.57 0.99 0.52
Hex FE 72 A 0 37 60 0 1A 63 34
Octal 376 162 12 0 67 140 0 32 143 64
Binary 11111110 1110010 1010 0 110111 1100000 0 11010 1100011 110100

Color Harmonies of #FE720A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE720A

Black with #FE720A

Text Example


Text Example

White with #FE720A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE720A; }

 p { color: rgb(254,114,10); }

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

background-color css

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

 a { background-color: rgb(254,114,10); }

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

border-color css

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

 span { border-color: rgb(254,114,10); }

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