Html Css Color HEX #FE6A0F Pumpkin

📋 copy color: '#FE6A0F'

red 254 ◦ green 106 ◦ blue 15

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

Shades of Pumpkin #FE6A0F

Tints of Pumpkin #FE6A0F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.27%

 BLUE value IS 15 (6.25% from 255) = 4%

R = 67.73%
G = 28.27%
B = 4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE6A0F (or 0xFE6A0F) is known color: Pumpkin. HEX triplet: FE, 6A and 0F. RGB value is (254,106,15). Sum of RGB (Red+Green+Blue) = 254+106+15=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6A0F is #0195F0. Grayscale: #8C8C8C. Windows color (decimal): -103921 or 1010430. OLE color: 1010430.

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

Color convert

RGB 254 106 15 -
CMYK 0 0.58 0.94 0.00
HSL 22.85º 0.99% 0.53% -
HSV(B) 22.85º 0.94% 1% -
XYZ 46.11 31.41 4.08 -
YUV 139.88 57.53 209.4 -
System Red Green Blue C M Y K H S L
Decimal 254 106 15 0 0.58 0.94 0.00 22.85 0.99 0.53
Hex FE 6A F 0 3A 5E 0 17 63 35
Octal 376 152 17 0 72 136 0 27 143 65
Binary 11111110 1101010 1111 0 111010 1011110 0 10111 1100011 110101

Color Harmonies of #FE6A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6A0F

Black with #FE6A0F

Text Example


Text Example

White with #FE6A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6A0F; }

 p { color: rgb(254,106,15); }

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

background-color css

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

 a { background-color: rgb(254,106,15); }

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

border-color css

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

 span { border-color: rgb(254,106,15); }

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