Html Css Color HEX #FD6616 Pumpkin

📋 copy color: '#FD6616'

red 253 ◦ green 102 ◦ blue 22

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

Shades of Pumpkin #FD6616

Tints of Pumpkin #FD6616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.06%

 BLUE value IS 22 (8.98% from 255) = 5.84%

R = 67.11%
G = 27.06%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD6616 (or 0xFD6616) is known color: Pumpkin. HEX triplet: FD, 66 and 16. RGB value is (253,102,22). Sum of RGB (Red+Green+Blue) = 253+102+22=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 22 (8.98% from 255 or 5.84% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6616 is #0299E9. Grayscale: #8A8A8A. Windows color (decimal): -170474 or 1468157. OLE color: 1468157.

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

Color convert

RGB 253 102 22 -
CMYK 0 0.60 0.91 0.01
HSL 20.78º 0.98% 0.54% -
HSV(B) 20.78º 0.91% 0.99% -
XYZ 45.4 30.44 4.24 -
YUV 138.03 62.53 210 -
System Red Green Blue C M Y K H S L
Decimal 253 102 22 0 0.60 0.91 0.01 20.78 0.98 0.54
Hex FD 66 16 0 3C 5B 1 15 62 36
Octal 375 146 26 0 74 133 1 25 142 66
Binary 11111101 1100110 10110 0 111100 1011011 1 10101 1100010 110110

Color Harmonies of #FD6616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6616

Black with #FD6616

Text Example


Text Example

White with #FD6616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6616; }

 p { color: rgb(253,102,22); }

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

background-color css

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

 a { background-color: rgb(253,102,22); }

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

border-color css

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

 span { border-color: rgb(253,102,22); }

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