Html Css Color HEX #FA7327 Burnt Orange

📋 copy color: '#FA7327'

red 250 ◦ green 115 ◦ blue 39

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

Shades of Burnt Orange #FA7327

Tints of Burnt Orange #FA7327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.65%

R = 61.88%
G = 28.47%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA7327 (or 0xFA7327) is known color: Burnt Orange. HEX triplet: FA, 73 and 27. RGB value is (250,115,39). Sum of RGB (Red+Green+Blue) = 250+115+39=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7327 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7327 is #058CD8. Grayscale: #939393. Windows color (decimal): -363737 or 2585594. OLE color: 2585594.

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

Color convert

RGB 250 115 39 -
CMYK 0 0.54 0.84 0.02
HSL 21.61º 0.95% 0.57% -
HSV(B) 21.61º 0.84% 0.98% -
XYZ 45.92 32.73 5.82 -
YUV 146.7 67.23 201.68 -
System Red Green Blue C M Y K H S L
Decimal 250 115 39 0 0.54 0.84 0.02 21.61 0.95 0.57
Hex FA 73 27 0 36 54 2 16 5F 39
Octal 372 163 47 0 66 124 2 26 137 71
Binary 11111010 1110011 100111 0 110110 1010100 10 10110 1011111 111001

Color Harmonies of #FA7327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7327

Black with #FA7327

Text Example


Text Example

White with #FA7327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7327; }

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

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

background-color css

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

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

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

border-color css

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

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

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