Html Css Color HEX #FD6C12 Pumpkin

📋 copy color: '#FD6C12'

red 253 ◦ green 108 ◦ blue 18

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

Shades of Pumpkin #FD6C12

Tints of Pumpkin #FD6C12

RGB

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

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

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

R = 66.75%
G = 28.5%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD6C12 (or 0xFD6C12) is known color: Pumpkin. HEX triplet: FD, 6C and 12. RGB value is (253,108,18). Sum of RGB (Red+Green+Blue) = 253+108+18=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6C12 is #0293ED. Grayscale: #8D8D8D. Windows color (decimal): -168942 or 1207549. OLE color: 1207549.

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

Color convert

RGB 253 108 18 -
CMYK 0 0.57 0.93 0.01
HSL 22.98º 0.98% 0.53% -
HSV(B) 22.98º 0.93% 0.99% -
XYZ 45.98 31.65 4.26 -
YUV 141.1 58.54 207.82 -
System Red Green Blue C M Y K H S L
Decimal 253 108 18 0 0.57 0.93 0.01 22.98 0.98 0.53
Hex FD 6C 12 0 39 5D 1 17 62 35
Octal 375 154 22 0 71 135 1 27 142 65
Binary 11111101 1101100 10010 0 111001 1011101 1 10111 1100010 110101

Color Harmonies of #FD6C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6C12

Black with #FD6C12

Text Example


Text Example

White with #FD6C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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