Html Css Color HEX #FD7A16 Pumpkin

📋 copy color: '#FD7A16'

red 253 ◦ green 122 ◦ blue 22

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

Shades of Pumpkin #FD7A16

Tints of Pumpkin #FD7A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.73%

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

R = 63.73%
G = 30.73%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD7A16 (or 0xFD7A16) is known color: Pumpkin. HEX triplet: FD, 7A and 16. RGB value is (253,122,22). Sum of RGB (Red+Green+Blue) = 253+122+22=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7A16 is #0285E9. Grayscale: #969696. Windows color (decimal): -165354 or 1473277. OLE color: 1473277.

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

Color convert

RGB 253 122 22 -
CMYK 0 0.52 0.91 0.01
HSL 25.97º 0.98% 0.54% -
HSV(B) 25.97º 0.91% 0.99% -
XYZ 47.61 34.86 4.98 -
YUV 149.77 55.9 201.63 -
System Red Green Blue C M Y K H S L
Decimal 253 122 22 0 0.52 0.91 0.01 25.97 0.98 0.54
Hex FD 7A 16 0 34 5B 1 1A 62 36
Octal 375 172 26 0 64 133 1 32 142 66
Binary 11111101 1111010 10110 0 110100 1011011 1 11010 1100010 110110

Color Harmonies of #FD7A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7A16

Black with #FD7A16

Text Example


Text Example

White with #FD7A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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