Html Css Color HEX #FF732F Burnt Orange

📋 copy color: '#FF732F'

red 255 ◦ green 115 ◦ blue 47

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

Shades of Burnt Orange #FF732F

Tints of Burnt Orange #FF732F

RGB

 RED value IS 255 (100% from 255) = 61.15%

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

 BLUE value IS 47 (18.75% from 255) = 11.27%

R = 61.15%
G = 27.58%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF732F (or 0xFF732F) is known color: Burnt Orange. HEX triplet: FF, 73 and 2F. RGB value is (255,115,47). Sum of RGB (Red+Green+Blue) = 255+115+47=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF732F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF732F is #008CD0. Grayscale: #959595. Windows color (decimal): -36049 or 3109887. OLE color: 3109887.

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

Color convert

RGB 255 115 47 -
CMYK 0 0.55 0.82 0
HSL 19.62º 1% 0.59% -
HSV(B) 19.62º 0.82% 1% -
XYZ 47.88 33.73 6.68 -
YUV 149.11 70.38 203.53 -
System Red Green Blue C M Y K H S L
Decimal 255 115 47 0 0.55 0.82 0 19.62 1 0.59
Hex FF 73 2F 0 37 52 0 14 64 3B
Octal 377 163 57 0 67 122 0 24 144 73
Binary 11111111 1110011 101111 0 110111 1010010 0 10100 1100100 111011

Color Harmonies of #FF732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF732F

Black with #FF732F

Text Example


Text Example

White with #FF732F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF732F; }

 p { color: rgb(255,115,47); }

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

background-color css

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

 a { background-color: rgb(255,115,47); }

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

border-color css

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

 span { border-color: rgb(255,115,47); }

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