Html Css Color HEX #FA6C31 Burnt Orange

📋 copy color: '#FA6C31'

red 250 ◦ green 108 ◦ blue 49

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

Shades of Burnt Orange #FA6C31

Tints of Burnt Orange #FA6C31

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.54%

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

R = 61.43%
G = 26.54%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA6C31 (or 0xFA6C31) is known color: Burnt Orange. HEX triplet: FA, 6C and 31. RGB value is (250,108,49). Sum of RGB (Red+Green+Blue) = 250+108+49=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6C31 is #0593CE. Grayscale: #909090. Windows color (decimal): -365519 or 3239162. OLE color: 3239162.

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

Color convert

RGB 250 108 49 -
CMYK 0 0.57 0.80 0.02
HSL 17.61º 0.95% 0.59% -
HSV(B) 17.61º 0.8% 0.98% -
XYZ 45.34 31.27 6.55 -
YUV 143.73 74.54 203.8 -
System Red Green Blue C M Y K H S L
Decimal 250 108 49 0 0.57 0.80 0.02 17.61 0.95 0.59
Hex FA 6C 31 0 39 50 2 12 5F 3B
Octal 372 154 61 0 71 120 2 22 137 73
Binary 11111010 1101100 110001 0 111001 1010000 10 10010 1011111 111011

Color Harmonies of #FA6C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C31

Black with #FA6C31

Text Example


Text Example

White with #FA6C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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