Html Css Color HEX #FD7328 Burnt Orange

📋 copy color: '#FD7328'

red 253 ◦ green 115 ◦ blue 40

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

Shades of Burnt Orange #FD7328

Tints of Burnt Orange #FD7328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

 BLUE value IS 40 (16.02% from 255) = 9.8%

R = 62.01%
G = 28.19%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD7328 (or 0xFD7328) is known color: Burnt Orange. HEX triplet: FD, 73 and 28. RGB value is (253,115,40). Sum of RGB (Red+Green+Blue) = 253+115+40=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7328 is #028CD7. Grayscale: #949494. Windows color (decimal): -167128 or 2651133. OLE color: 2651133.

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

Color convert

RGB 253 115 40 -
CMYK 0 0.55 0.84 0.01
HSL 21.13º 0.98% 0.57% -
HSV(B) 21.13º 0.84% 0.99% -
XYZ 47.02 33.3 5.96 -
YUV 147.71 67.22 203.1 -
System Red Green Blue C M Y K H S L
Decimal 253 115 40 0 0.55 0.84 0.01 21.13 0.98 0.57
Hex FD 73 28 0 37 54 1 15 62 39
Octal 375 163 50 0 67 124 1 25 142 71
Binary 11111101 1110011 101000 0 110111 1010100 1 10101 1100010 111001

Color Harmonies of #FD7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7328

Black with #FD7328

Text Example


Text Example

White with #FD7328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7328; }

 p { color: rgb(253,115,40); }

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

background-color css

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

 a { background-color: rgb(253,115,40); }

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

border-color css

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

 span { border-color: rgb(253,115,40); }

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