Html Css Color HEX #FE651A Pumpkin

📋 copy color: '#FE651A'

red 254 ◦ green 101 ◦ blue 26

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

Shades of Pumpkin #FE651A

Tints of Pumpkin #FE651A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.51%

 BLUE value IS 26 (10.55% from 255) = 6.82%

R = 66.67%
G = 26.51%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE651A (or 0xFE651A) is known color: Pumpkin. HEX triplet: FE, 65 and 1A. RGB value is (254,101,26). Sum of RGB (Red+Green+Blue) = 254+101+26=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE651A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE651A is #019AE5. Grayscale: #8A8A8A. Windows color (decimal): -105190 or 1730046. OLE color: 1730046.

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

Color convert

RGB 254 101 26 -
CMYK 0 0.60 0.90 0.00
HSL 19.74º 0.99% 0.55% -
HSV(B) 19.74º 0.9% 1% -
XYZ 45.71 30.45 4.45 -
YUV 138.2 64.69 210.6 -
System Red Green Blue C M Y K H S L
Decimal 254 101 26 0 0.60 0.90 0.00 19.74 0.99 0.55
Hex FE 65 1A 0 3C 5A 0 14 63 37
Octal 376 145 32 0 74 132 0 24 143 67
Binary 11111110 1100101 11010 0 111100 1011010 0 10100 1100011 110111

Color Harmonies of #FE651A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE651A

Black with #FE651A

Text Example


Text Example

White with #FE651A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE651A; }

 p { color: rgb(254,101,26); }

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

background-color css

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

 a { background-color: rgb(254,101,26); }

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

border-color css

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

 span { border-color: rgb(254,101,26); }

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