Html Css Color HEX #FE6720 Pumpkin

📋 copy color: '#FE6720'

red 254 ◦ green 103 ◦ blue 32

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

Shades of Pumpkin #FE6720

Tints of Pumpkin #FE6720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.23%

R = 65.3%
G = 26.48%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE6720 (or 0xFE6720) is known color: Pumpkin. HEX triplet: FE, 67 and 20. RGB value is (254,103,32). Sum of RGB (Red+Green+Blue) = 254+103+32=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6720 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6720 is #0198DF. Grayscale: #8C8C8C. Windows color (decimal): -104672 or 2123774. OLE color: 2123774.

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

Color convert

RGB 254 103 32 -
CMYK 0 0.59 0.87 0.00
HSL 19.19º 0.99% 0.56% -
HSV(B) 19.19º 0.87% 1% -
XYZ 45.98 30.88 4.9 -
YUV 140.06 67.03 209.27 -
System Red Green Blue C M Y K H S L
Decimal 254 103 32 0 0.59 0.87 0.00 19.19 0.99 0.56
Hex FE 67 20 0 3B 57 0 13 63 38
Octal 376 147 40 0 73 127 0 23 143 70
Binary 11111110 1100111 100000 0 111011 1010111 0 10011 1100011 111000

Color Harmonies of #FE6720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6720

Black with #FE6720

Text Example


Text Example

White with #FE6720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6720; }

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

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

background-color css

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

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

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

border-color css

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

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

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