Html Css Color HEX #FD6C10 Pumpkin

📋 copy color: '#FD6C10'

red 253 ◦ green 108 ◦ blue 16

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

Shades of Pumpkin #FD6C10

Tints of Pumpkin #FD6C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.24%

R = 67.11%
G = 28.65%
B = 4.24%

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

#FD6C10 (or 0xFD6C10) is known color: Pumpkin. HEX triplet: FD, 6C and 10. RGB value is (253,108,16). Sum of RGB (Red+Green+Blue) = 253+108+16=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6C10 is #0293EF. Grayscale: #8D8D8D. Windows color (decimal): -168944 or 1076477. OLE color: 1076477.

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

Color convert

RGB 253 108 16 -
CMYK 0 0.57 0.94 0.01
HSL 23.29º 0.98% 0.53% -
HSV(B) 23.29º 0.94% 0.99% -
XYZ 45.96 31.65 4.18 -
YUV 140.87 57.54 207.98 -
System Red Green Blue C M Y K H S L
Decimal 253 108 16 0 0.57 0.94 0.01 23.29 0.98 0.53
Hex FD 6C 10 0 39 5E 1 17 62 35
Octal 375 154 20 0 71 136 1 27 142 65
Binary 11111101 1101100 10000 0 111001 1011110 1 10111 1100010 110101

Color Harmonies of #FD6C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6C10

Black with #FD6C10

Text Example


Text Example

White with #FD6C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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