Html Css Color HEX #FD732B Burnt Orange

📋 copy color: '#FD732B'

red 253 ◦ green 115 ◦ blue 43

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

Shades of Burnt Orange #FD732B

Tints of Burnt Orange #FD732B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.46%

R = 61.56%
G = 27.98%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD732B (or 0xFD732B) is known color: Burnt Orange. HEX triplet: FD, 73 and 2B. RGB value is (253,115,43). Sum of RGB (Red+Green+Blue) = 253+115+43=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD732B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD732B is #028CD4. Grayscale: #949494. Windows color (decimal): -167125 or 2847741. OLE color: 2847741.

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

Color convert

RGB 253 115 43 -
CMYK 0 0.55 0.83 0.01
HSL 20.57º 0.98% 0.58% -
HSV(B) 20.57º 0.83% 0.99% -
XYZ 47.07 33.32 6.24 -
YUV 148.05 68.72 202.85 -
System Red Green Blue C M Y K H S L
Decimal 253 115 43 0 0.55 0.83 0.01 20.57 0.98 0.58
Hex FD 73 2B 0 37 53 1 15 62 3A
Octal 375 163 53 0 67 123 1 25 142 72
Binary 11111101 1110011 101011 0 110111 1010011 1 10101 1100010 111010

Color Harmonies of #FD732B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD732B

Black with #FD732B

Text Example


Text Example

White with #FD732B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD732B; }

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

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

background-color css

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

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

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

border-color css

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

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

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