Html Css Color HEX #FE7B15 Pumpkin

📋 copy color: '#FE7B15'

red 254 ◦ green 123 ◦ blue 21

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

Shades of Pumpkin #FE7B15

Tints of Pumpkin #FE7B15

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.9%

 BLUE value IS 21 (8.59% from 255) = 5.28%

R = 63.82%
G = 30.9%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE7B15 (or 0xFE7B15) is known color: Pumpkin. HEX triplet: FE, 7B and 15. RGB value is (254,123,21). Sum of RGB (Red+Green+Blue) = 254+123+21=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7B15 is #0184EA. Grayscale: #979797. Windows color (decimal): -99563 or 1407998. OLE color: 1407998.

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

Color convert

RGB 254 123 21 -
CMYK 0 0.52 0.92 0.00
HSL 26.27º 0.99% 0.54% -
HSV(B) 26.27º 0.92% 1% -
XYZ 48.09 35.29 4.99 -
YUV 150.54 54.9 201.79 -
System Red Green Blue C M Y K H S L
Decimal 254 123 21 0 0.52 0.92 0.00 26.27 0.99 0.54
Hex FE 7B 15 0 34 5C 0 1A 63 36
Octal 376 173 25 0 64 134 0 32 143 66
Binary 11111110 1111011 10101 0 110100 1011100 0 11010 1100011 110110

Color Harmonies of #FE7B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7B15

Black with #FE7B15

Text Example


Text Example

White with #FE7B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7B15; }

 p { color: rgb(254,123,21); }

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

background-color css

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

 a { background-color: rgb(254,123,21); }

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

border-color css

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

 span { border-color: rgb(254,123,21); }

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