Html Css Color HEX #FE6B0E Pumpkin

📋 copy color: '#FE6B0E'

red 254 ◦ green 107 ◦ blue 14

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

Shades of Pumpkin #FE6B0E

Tints of Pumpkin #FE6B0E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.53%

 BLUE value IS 14 (5.86% from 255) = 3.73%

R = 67.73%
G = 28.53%
B = 3.73%

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

#FE6B0E (or 0xFE6B0E) is known color: Pumpkin. HEX triplet: FE, 6B and 0E. RGB value is (254,107,14). Sum of RGB (Red+Green+Blue) = 254+107+14=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6B0E is #0194F1. Grayscale: #8C8C8C. Windows color (decimal): -103666 or 945150. OLE color: 945150.

HSL color Cylindrical-coordinate representation of color #FE6B0E: hue angle of 23.25º 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 #FE6B0E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 107 14 -
CMYK 0 0.58 0.94 0.00
HSL 23.25º 0.99% 0.53% -
HSV(B) 23.25º 0.94% 1% -
XYZ 46.21 31.62 4.08 -
YUV 140.35 56.7 209.06 -
System Red Green Blue C M Y K H S L
Decimal 254 107 14 0 0.58 0.94 0.00 23.25 0.99 0.53
Hex FE 6B E 0 3A 5E 0 17 63 35
Octal 376 153 16 0 72 136 0 27 143 65
Binary 11111110 1101011 1110 0 111010 1011110 0 10111 1100011 110101

Color Harmonies of #FE6B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6B0E

Black with #FE6B0E

Text Example


Text Example

White with #FE6B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6B0E; }

 p { color: rgb(254,107,14); }

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

background-color css

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

 a { background-color: rgb(254,107,14); }

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

border-color css

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

 span { border-color: rgb(254,107,14); }

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