Html Css Color HEX #FD6915 Pumpkin

📋 copy color: '#FD6915'

red 253 ◦ green 105 ◦ blue 21

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

Shades of Pumpkin #FD6915

Tints of Pumpkin #FD6915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.7%

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 66.75%
G = 27.7%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD6915 (or 0xFD6915) is known color: Pumpkin. HEX triplet: FD, 69 and 15. RGB value is (253,105,21). Sum of RGB (Red+Green+Blue) = 253+105+21=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6915 is #0296EA. Grayscale: #8C8C8C. Windows color (decimal): -169707 or 1403389. OLE color: 1403389.

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

Color convert

RGB 253 105 21 -
CMYK 0 0.58 0.92 0.01
HSL 21.72º 0.98% 0.54% -
HSV(B) 21.72º 0.92% 0.99% -
XYZ 45.69 31.04 4.29 -
YUV 139.68 61.03 208.83 -
System Red Green Blue C M Y K H S L
Decimal 253 105 21 0 0.58 0.92 0.01 21.72 0.98 0.54
Hex FD 69 15 0 3A 5C 1 16 62 36
Octal 375 151 25 0 72 134 1 26 142 66
Binary 11111101 1101001 10101 0 111010 1011100 1 10110 1100010 110110

Color Harmonies of #FD6915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6915

Black with #FD6915

Text Example


Text Example

White with #FD6915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6915; }

 p { color: rgb(253,105,21); }

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

background-color css

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

 a { background-color: rgb(253,105,21); }

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

border-color css

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

 span { border-color: rgb(253,105,21); }

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