Html Css Color HEX #FE651F Pumpkin

📋 copy color: '#FE651F'

red 254 ◦ green 101 ◦ blue 31

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

Shades of Pumpkin #FE651F

Tints of Pumpkin #FE651F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.03%

R = 65.8%
G = 26.17%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE651F (or 0xFE651F) is known color: Pumpkin. HEX triplet: FE, 65 and 1F. RGB value is (254,101,31). Sum of RGB (Red+Green+Blue) = 254+101+31=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE651F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE651F is #019AE0. Grayscale: #8B8B8B. Windows color (decimal): -105185 or 2057726. OLE color: 2057726.

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

Color convert

RGB 254 101 31 -
CMYK 0 0.60 0.88 0.00
HSL 18.83º 0.99% 0.56% -
HSV(B) 18.83º 0.88% 1% -
XYZ 45.77 30.48 4.77 -
YUV 138.77 67.19 210.19 -
System Red Green Blue C M Y K H S L
Decimal 254 101 31 0 0.60 0.88 0.00 18.83 0.99 0.56
Hex FE 65 1F 0 3C 58 0 13 63 38
Octal 376 145 37 0 74 130 0 23 143 70
Binary 11111110 1100101 11111 0 111100 1011000 0 10011 1100011 111000

Color Harmonies of #FE651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE651F

Black with #FE651F

Text Example


Text Example

White with #FE651F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE651F; }

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

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

background-color css

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

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

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

border-color css

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

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

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