Html Css Color HEX #FE6912 Pumpkin

📋 copy color: '#FE6912'

red 254 ◦ green 105 ◦ blue 18

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

Shades of Pumpkin #FE6912

Tints of Pumpkin #FE6912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.85%

 BLUE value IS 18 (7.42% from 255) = 4.77%

R = 67.37%
G = 27.85%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE6912 (or 0xFE6912) is known color: Pumpkin. HEX triplet: FE, 69 and 12. RGB value is (254,105,18). Sum of RGB (Red+Green+Blue) = 254+105+18=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6912 is #0196ED. Grayscale: #8C8C8C. Windows color (decimal): -104174 or 1206782. OLE color: 1206782.

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

Color convert

RGB 254 105 18 -
CMYK 0 0.59 0.93 0.00
HSL 22.12º 0.99% 0.53% -
HSV(B) 22.12º 0.93% 1% -
XYZ 46.03 31.22 4.17 -
YUV 139.63 59.36 209.57 -
System Red Green Blue C M Y K H S L
Decimal 254 105 18 0 0.59 0.93 0.00 22.12 0.99 0.53
Hex FE 69 12 0 3B 5D 0 16 63 35
Octal 376 151 22 0 73 135 0 26 143 65
Binary 11111110 1101001 10010 0 111011 1011101 0 10110 1100011 110101

Color Harmonies of #FE6912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6912

Black with #FE6912

Text Example


Text Example

White with #FE6912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6912; }

 p { color: rgb(254,105,18); }

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

background-color css

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

 a { background-color: rgb(254,105,18); }

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

border-color css

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

 span { border-color: rgb(254,105,18); }

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