Html Css Color HEX #FD6716 Pumpkin

📋 copy color: '#FD6716'

red 253 ◦ green 103 ◦ blue 22

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

Shades of Pumpkin #FD6716

Tints of Pumpkin #FD6716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.25%

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

R = 66.93%
G = 27.25%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD6716 (or 0xFD6716) is known color: Pumpkin. HEX triplet: FD, 67 and 16. RGB value is (253,103,22). Sum of RGB (Red+Green+Blue) = 253+103+22=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6716 is #0298E9. Grayscale: #8B8B8B. Windows color (decimal): -170218 or 1468413. OLE color: 1468413.

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

Color convert

RGB 253 103 22 -
CMYK 0 0.59 0.91 0.01
HSL 21.04º 0.98% 0.54% -
HSV(B) 21.04º 0.91% 0.99% -
XYZ 45.5 30.64 4.28 -
YUV 138.62 62.2 209.59 -
System Red Green Blue C M Y K H S L
Decimal 253 103 22 0 0.59 0.91 0.01 21.04 0.98 0.54
Hex FD 67 16 0 3B 5B 1 15 62 36
Octal 375 147 26 0 73 133 1 25 142 66
Binary 11111101 1100111 10110 0 111011 1011011 1 10101 1100010 110110

Color Harmonies of #FD6716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6716

Black with #FD6716

Text Example


Text Example

White with #FD6716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6716; }

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

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

background-color css

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

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

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

border-color css

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

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

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