Html Css Color HEX #FA732E Burnt Orange

📋 copy color: '#FA732E'

red 250 ◦ green 115 ◦ blue 46

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

Shades of Burnt Orange #FA732E

Tints of Burnt Orange #FA732E

RGB

 RED value IS 250 (98.05% from 255) = 60.83%

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

 BLUE value IS 46 (18.36% from 255) = 11.19%

R = 60.83%
G = 27.98%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA732E (or 0xFA732E) is known color: Burnt Orange. HEX triplet: FA, 73 and 2E. RGB value is (250,115,46). Sum of RGB (Red+Green+Blue) = 250+115+46=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA732E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA732E is #058CD1. Grayscale: #939393. Windows color (decimal): -363730 or 3044346. OLE color: 3044346.

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

Color convert

RGB 250 115 46 -
CMYK 0 0.54 0.82 0.02
HSL 20.29º 0.95% 0.58% -
HSV(B) 20.29º 0.82% 0.98% -
XYZ 46.05 32.78 6.49 -
YUV 147.5 70.73 201.11 -
System Red Green Blue C M Y K H S L
Decimal 250 115 46 0 0.54 0.82 0.02 20.29 0.95 0.58
Hex FA 73 2E 0 36 52 2 14 5F 3A
Octal 372 163 56 0 66 122 2 24 137 72
Binary 11111010 1110011 101110 0 110110 1010010 10 10100 1011111 111010

Color Harmonies of #FA732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA732E

Black with #FA732E

Text Example


Text Example

White with #FA732E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA732E; }

 p { color: rgb(250,115,46); }

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

background-color css

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

 a { background-color: rgb(250,115,46); }

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

border-color css

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

 span { border-color: rgb(250,115,46); }

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