Html Css Color HEX #FA6D3A Burnt Orange

📋 copy color: '#FA6D3A'

red 250 ◦ green 109 ◦ blue 58

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

Shades of Burnt Orange #FA6D3A

Tints of Burnt Orange #FA6D3A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.14%

 BLUE value IS 58 (23.05% from 255) = 13.91%

R = 59.95%
G = 26.14%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA6D3A (or 0xFA6D3A) is known color: Burnt Orange. HEX triplet: FA, 6D and 3A. RGB value is (250,109,58). Sum of RGB (Red+Green+Blue) = 250+109+58=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6D3A is #0592C5. Grayscale: #919191. Windows color (decimal): -365254 or 3829242. OLE color: 3829242.

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

Color convert

RGB 250 109 58 -
CMYK 0 0.56 0.77 0.02
HSL 15.94º 0.95% 0.6% -
HSV(B) 15.94º 0.77% 0.98% -
XYZ 45.66 31.57 7.69 -
YUV 145.35 78.71 202.65 -
System Red Green Blue C M Y K H S L
Decimal 250 109 58 0 0.56 0.77 0.02 15.94 0.95 0.6
Hex FA 6D 3A 0 38 4D 2 10 5F 3C
Octal 372 155 72 0 70 115 2 20 137 74
Binary 11111010 1101101 111010 0 111000 1001101 10 10000 1011111 111100

Color Harmonies of #FA6D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6D3A

Black with #FA6D3A

Text Example


Text Example

White with #FA6D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6D3A; }

 p { color: rgb(250,109,58); }

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

background-color css

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

 a { background-color: rgb(250,109,58); }

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

border-color css

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

 span { border-color: rgb(250,109,58); }

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