Html Css Color HEX #FD732D Burnt Orange

📋 copy color: '#FD732D'

red 253 ◦ green 115 ◦ blue 45

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

Shades of Burnt Orange #FD732D

Tints of Burnt Orange #FD732D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.9%

R = 61.26%
G = 27.85%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD732D (or 0xFD732D) is known color: Burnt Orange. HEX triplet: FD, 73 and 2D. RGB value is (253,115,45). Sum of RGB (Red+Green+Blue) = 253+115+45=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD732D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD732D is #028CD2. Grayscale: #949494. Windows color (decimal): -167123 or 2978813. OLE color: 2978813.

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

Color convert

RGB 253 115 45 -
CMYK 0 0.55 0.82 0.01
HSL 20.19º 0.98% 0.58% -
HSV(B) 20.19º 0.82% 0.99% -
XYZ 47.11 33.33 6.43 -
YUV 148.28 69.72 202.69 -
System Red Green Blue C M Y K H S L
Decimal 253 115 45 0 0.55 0.82 0.01 20.19 0.98 0.58
Hex FD 73 2D 0 37 52 1 14 62 3A
Octal 375 163 55 0 67 122 1 24 142 72
Binary 11111101 1110011 101101 0 110111 1010010 1 10100 1100010 111010

Color Harmonies of #FD732D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD732D

Black with #FD732D

Text Example


Text Example

White with #FD732D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD732D; }

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

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

background-color css

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

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

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

border-color css

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

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

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