Html Css Color HEX #FE7223 Pumpkin

📋 copy color: '#FE7223'

red 254 ◦ green 114 ◦ blue 35

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

Shades of Pumpkin #FE7223

Tints of Pumpkin #FE7223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.68%

R = 63.03%
G = 28.29%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FE7223 (or 0xFE7223) is known color: Pumpkin. HEX triplet: FE, 72 and 23. RGB value is (254,114,35). Sum of RGB (Red+Green+Blue) = 254+114+35=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7223 is #018DDC. Grayscale: #939393. Windows color (decimal): -101853 or 2323198. OLE color: 2323198.

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

Color convert

RGB 254 114 35 -
CMYK 0 0.55 0.86 0.00
HSL 21.64º 0.99% 0.57% -
HSV(B) 21.64º 0.86% 1% -
XYZ 47.19 33.23 5.52 -
YUV 146.85 64.88 204.42 -
System Red Green Blue C M Y K H S L
Decimal 254 114 35 0 0.55 0.86 0.00 21.64 0.99 0.57
Hex FE 72 23 0 37 56 0 16 63 39
Octal 376 162 43 0 67 126 0 26 143 71
Binary 11111110 1110010 100011 0 110111 1010110 0 10110 1100011 111001

Color Harmonies of #FE7223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7223

Black with #FE7223

Text Example


Text Example

White with #FE7223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7223; }

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

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

background-color css

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

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

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

border-color css

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

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

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