Html Css Color HEX #FA6D31 Burnt Orange

📋 copy color: '#FA6D31'

red 250 ◦ green 109 ◦ blue 49

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

Shades of Burnt Orange #FA6D31

Tints of Burnt Orange #FA6D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.01%

R = 61.27%
G = 26.72%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA6D31 (or 0xFA6D31) is known color: Burnt Orange. HEX triplet: FA, 6D and 31. RGB value is (250,109,49). Sum of RGB (Red+Green+Blue) = 250+109+49=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6D31 is #0592CE. Grayscale: #909090. Windows color (decimal): -365263 or 3239418. OLE color: 3239418.

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

Color convert

RGB 250 109 49 -
CMYK 0 0.56 0.80 0.02
HSL 17.91º 0.95% 0.59% -
HSV(B) 17.91º 0.8% 0.98% -
XYZ 45.45 31.48 6.59 -
YUV 144.32 74.21 203.38 -
System Red Green Blue C M Y K H S L
Decimal 250 109 49 0 0.56 0.80 0.02 17.91 0.95 0.59
Hex FA 6D 31 0 38 50 2 12 5F 3B
Octal 372 155 61 0 70 120 2 22 137 73
Binary 11111010 1101101 110001 0 111000 1010000 10 10010 1011111 111011

Color Harmonies of #FA6D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6D31

Black with #FA6D31

Text Example


Text Example

White with #FA6D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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