Html Css Color HEX #FE6F25 Pumpkin

📋 copy color: '#FE6F25'

red 254 ◦ green 111 ◦ blue 37

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

Shades of Pumpkin #FE6F25

Tints of Pumpkin #FE6F25

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

 BLUE value IS 37 (14.84% from 255) = 9.2%

R = 63.18%
G = 27.61%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE6F25 (or 0xFE6F25) is known color: Pumpkin. HEX triplet: FE, 6F and 25. RGB value is (254,111,37). Sum of RGB (Red+Green+Blue) = 254+111+37=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6F25 is #0190DA. Grayscale: #919191. Windows color (decimal): -102619 or 2453502. OLE color: 2453502.

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

Color convert

RGB 254 111 37 -
CMYK 0 0.56 0.85 0.00
HSL 20.46º 0.99% 0.57% -
HSV(B) 20.46º 0.85% 1% -
XYZ 46.89 32.57 5.57 -
YUV 145.32 66.88 205.52 -
System Red Green Blue C M Y K H S L
Decimal 254 111 37 0 0.56 0.85 0.00 20.46 0.99 0.57
Hex FE 6F 25 0 38 55 0 14 63 39
Octal 376 157 45 0 70 125 0 24 143 71
Binary 11111110 1101111 100101 0 111000 1010101 0 10100 1100011 111001

Color Harmonies of #FE6F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6F25

Black with #FE6F25

Text Example


Text Example

White with #FE6F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6F25; }

 p { color: rgb(254,111,37); }

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

background-color css

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

 a { background-color: rgb(254,111,37); }

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

border-color css

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

 span { border-color: rgb(254,111,37); }

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