Html Css Color HEX #FE721B Pumpkin

📋 copy color: '#FE721B'

red 254 ◦ green 114 ◦ blue 27

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

Shades of Pumpkin #FE721B

Tints of Pumpkin #FE721B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.84%

R = 64.3%
G = 28.86%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE721B (or 0xFE721B) is known color: Pumpkin. HEX triplet: FE, 72 and 1B. RGB value is (254,114,27). Sum of RGB (Red+Green+Blue) = 254+114+27=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE721B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE721B is #018DE4. Grayscale: #929292. Windows color (decimal): -101861 or 1798910. OLE color: 1798910.

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

Color convert

RGB 254 114 27 -
CMYK 0 0.55 0.89 0.00
HSL 23º 0.99% 0.55% -
HSV(B) 23º 0.89% 1% -
XYZ 47.09 33.18 4.96 -
YUV 145.94 60.88 205.07 -
System Red Green Blue C M Y K H S L
Decimal 254 114 27 0 0.55 0.89 0.00 23 0.99 0.55
Hex FE 72 1B 0 37 59 0 17 63 37
Octal 376 162 33 0 67 131 0 27 143 67
Binary 11111110 1110010 11011 0 110111 1011001 0 10111 1100011 110111

Color Harmonies of #FE721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE721B

Black with #FE721B

Text Example


Text Example

White with #FE721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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