Html Css Color HEX #FD8616 Pumpkin

📋 copy color: '#FD8616'

red 253 ◦ green 134 ◦ blue 22

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

Shades of Pumpkin #FD8616

Tints of Pumpkin #FD8616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.76%

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

R = 61.86%
G = 32.76%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD8616 (or 0xFD8616) is known color: Pumpkin. HEX triplet: FD, 86 and 16. RGB value is (253,134,22). Sum of RGB (Red+Green+Blue) = 253+134+22=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8616 is #0279E9. Grayscale: #9D9D9D. Windows color (decimal): -162282 or 1476349. OLE color: 1476349.

HSL color Cylindrical-coordinate representation of color #FD8616: hue angle of 29.09º 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 #FD8616 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 134 22 -
CMYK 0 0.47 0.91 0.01
HSL 29.09º 0.98% 0.54% -
HSV(B) 29.09º 0.91% 0.99% -
XYZ 49.18 37.99 5.5 -
YUV 156.81 51.92 196.61 -
System Red Green Blue C M Y K H S L
Decimal 253 134 22 0 0.47 0.91 0.01 29.09 0.98 0.54
Hex FD 86 16 0 2F 5B 1 1D 62 36
Octal 375 206 26 0 57 133 1 35 142 66
Binary 11111101 10000110 10110 0 101111 1011011 1 11101 1100010 110110

Color Harmonies of #FD8616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8616

Black with #FD8616

Text Example


Text Example

White with #FD8616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8616; }

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

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

background-color css

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

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

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

border-color css

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

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

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