Html Css Color HEX #FD7123 Pumpkin

📋 copy color: '#FD7123'

red 253 ◦ green 113 ◦ blue 35

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

Shades of Pumpkin #FD7123

Tints of Pumpkin #FD7123

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.18%

 BLUE value IS 35 (14.06% from 255) = 8.73%

R = 63.09%
G = 28.18%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FD7123 (or 0xFD7123) is known color: Pumpkin. HEX triplet: FD, 71 and 23. RGB value is (253,113,35). Sum of RGB (Red+Green+Blue) = 253+113+35=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7123 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7123 is #028EDC. Grayscale: #929292. Windows color (decimal): -167645 or 2322941. OLE color: 2322941.

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

Color convert

RGB 253 113 35 -
CMYK 0 0.55 0.86 0.01
HSL 21.47º 0.98% 0.56% -
HSV(B) 21.47º 0.86% 0.99% -
XYZ 46.72 32.81 5.46 -
YUV 145.97 65.38 204.34 -
System Red Green Blue C M Y K H S L
Decimal 253 113 35 0 0.55 0.86 0.01 21.47 0.98 0.56
Hex FD 71 23 0 37 56 1 15 62 38
Octal 375 161 43 0 67 126 1 25 142 70
Binary 11111101 1110001 100011 0 110111 1010110 1 10101 1100010 111000

Color Harmonies of #FD7123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7123

Black with #FD7123

Text Example


Text Example

White with #FD7123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7123; }

 p { color: rgb(253,113,35); }

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

background-color css

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

 a { background-color: rgb(253,113,35); }

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

border-color css

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

 span { border-color: rgb(253,113,35); }

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