Html Css Color HEX #FD6A14 Pumpkin

📋 copy color: '#FD6A14'

red 253 ◦ green 106 ◦ blue 20

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

Shades of Pumpkin #FD6A14

Tints of Pumpkin #FD6A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.28%

R = 66.75%
G = 27.97%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD6A14 (or 0xFD6A14) is known color: Pumpkin. HEX triplet: FD, 6A and 14. RGB value is (253,106,20). Sum of RGB (Red+Green+Blue) = 253+106+20=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6A14 is #0295EB. Grayscale: #8C8C8C. Windows color (decimal): -169452 or 1338109. OLE color: 1338109.

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

Color convert

RGB 253 106 20 -
CMYK 0 0.58 0.92 0.01
HSL 22.15º 0.98% 0.54% -
HSV(B) 22.15º 0.92% 0.99% -
XYZ 45.79 31.24 4.28 -
YUV 140.15 60.2 208.49 -
System Red Green Blue C M Y K H S L
Decimal 253 106 20 0 0.58 0.92 0.01 22.15 0.98 0.54
Hex FD 6A 14 0 3A 5C 1 16 62 36
Octal 375 152 24 0 72 134 1 26 142 66
Binary 11111101 1101010 10100 0 111010 1011100 1 10110 1100010 110110

Color Harmonies of #FD6A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6A14

Black with #FD6A14

Text Example


Text Example

White with #FD6A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6A14; }

 p { color: rgb(253,106,20); }

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

background-color css

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

 a { background-color: rgb(253,106,20); }

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

border-color css

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

 span { border-color: rgb(253,106,20); }

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