Html Css Color HEX #FE6D0D Pumpkin

📋 copy color: '#FE6D0D'

red 254 ◦ green 109 ◦ blue 13

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

Shades of Pumpkin #FE6D0D

Tints of Pumpkin #FE6D0D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

 BLUE value IS 13 (5.47% from 255) = 3.46%

R = 67.55%
G = 28.99%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE6D0D (or 0xFE6D0D) is known color: Pumpkin. HEX triplet: FE, 6D and 0D. RGB value is (254,109,13). Sum of RGB (Red+Green+Blue) = 254+109+13=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6D0D is #0192F2. Grayscale: #8D8D8D. Windows color (decimal): -103155 or 880126. OLE color: 880126.

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

Color convert

RGB 254 109 13 -
CMYK 0 0.57 0.95 0.00
HSL 23.9º 0.99% 0.52% -
HSV(B) 23.9º 0.95% 1% -
XYZ 46.41 32.04 4.12 -
YUV 141.41 55.54 208.31 -
System Red Green Blue C M Y K H S L
Decimal 254 109 13 0 0.57 0.95 0.00 23.9 0.99 0.52
Hex FE 6D D 0 39 5F 0 18 63 34
Octal 376 155 15 0 71 137 0 30 143 64
Binary 11111110 1101101 1101 0 111001 1011111 0 11000 1100011 110100

Color Harmonies of #FE6D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6D0D

Black with #FE6D0D

Text Example


Text Example

White with #FE6D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6D0D; }

 p { color: rgb(254,109,13); }

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

background-color css

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

 a { background-color: rgb(254,109,13); }

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

border-color css

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

 span { border-color: rgb(254,109,13); }

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