Html Css Color HEX #FA6E2D Burnt Orange

📋 copy color: '#FA6E2D'

red 250 ◦ green 110 ◦ blue 45

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

Shades of Burnt Orange #FA6E2D

Tints of Burnt Orange #FA6E2D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.16%

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

R = 61.73%
G = 27.16%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA6E2D (or 0xFA6E2D) is known color: Burnt Orange. HEX triplet: FA, 6E and 2D. RGB value is (250,110,45). Sum of RGB (Red+Green+Blue) = 250+110+45=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6E2D is #0591D2. Grayscale: #909090. Windows color (decimal): -365011 or 2977530. OLE color: 2977530.

HSL color Cylindrical-coordinate representation of color #FA6E2D: hue angle of 19.02º 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 #FA6E2D is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 110 45 -
CMYK 0 0.56 0.82 0.02
HSL 19.02º 0.95% 0.58% -
HSV(B) 19.02º 0.82% 0.98% -
XYZ 45.47 31.67 6.2 -
YUV 144.45 71.88 203.29 -
System Red Green Blue C M Y K H S L
Decimal 250 110 45 0 0.56 0.82 0.02 19.02 0.95 0.58
Hex FA 6E 2D 0 38 52 2 13 5F 3A
Octal 372 156 55 0 70 122 2 23 137 72
Binary 11111010 1101110 101101 0 111000 1010010 10 10011 1011111 111010

Color Harmonies of #FA6E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6E2D

Black with #FA6E2D

Text Example


Text Example

White with #FA6E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6E2D; }

 p { color: rgb(250,110,45); }

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

background-color css

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

 a { background-color: rgb(250,110,45); }

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

border-color css

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

 span { border-color: rgb(250,110,45); }

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