Html Css Color HEX #FD6C0E Pumpkin

📋 copy color: '#FD6C0E'

red 253 ◦ green 108 ◦ blue 14

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

Shades of Pumpkin #FD6C0E

Tints of Pumpkin #FD6C0E

RGB

 RED value IS 253 (99.22% from 255) = 67.47%

 GREEN value IS 108 (42.58% from 255) = 28.8%

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

R = 67.47%
G = 28.8%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD6C0E (or 0xFD6C0E) is known color: Pumpkin. HEX triplet: FD, 6C and 0E. RGB value is (253,108,14). Sum of RGB (Red+Green+Blue) = 253+108+14=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6C0E is #0293F1. Grayscale: #8D8D8D. Windows color (decimal): -168946 or 945405. OLE color: 945405.

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

Color convert

RGB 253 108 14 -
CMYK 0 0.57 0.94 0.01
HSL 23.6º 0.98% 0.52% -
HSV(B) 23.6º 0.94% 0.99% -
XYZ 45.95 31.64 4.1 -
YUV 140.64 56.54 208.14 -
System Red Green Blue C M Y K H S L
Decimal 253 108 14 0 0.57 0.94 0.01 23.6 0.98 0.52
Hex FD 6C E 0 39 5E 1 18 62 34
Octal 375 154 16 0 71 136 1 30 142 64
Binary 11111101 1101100 1110 0 111001 1011110 1 11000 1100010 110100

Color Harmonies of #FD6C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6C0E

Black with #FD6C0E

Text Example


Text Example

White with #FD6C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6C0E; }

 p { color: rgb(253,108,14); }

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

background-color css

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

 a { background-color: rgb(253,108,14); }

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

border-color css

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

 span { border-color: rgb(253,108,14); }

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