Html Css Color HEX #FA6C3A Burnt Orange

📋 copy color: '#FA6C3A'

red 250 ◦ green 108 ◦ blue 58

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

Shades of Burnt Orange #FA6C3A

Tints of Burnt Orange #FA6C3A

RGB

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

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

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

R = 60.1%
G = 25.96%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA6C3A (or 0xFA6C3A) is known color: Burnt Orange. HEX triplet: FA, 6C and 3A. RGB value is (250,108,58). Sum of RGB (Red+Green+Blue) = 250+108+58=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6C3A is #0593C5. Grayscale: #919191. Windows color (decimal): -365510 or 3828986. OLE color: 3828986.

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

Color convert

RGB 250 108 58 -
CMYK 0 0.57 0.77 0.02
HSL 15.63º 0.95% 0.6% -
HSV(B) 15.63º 0.77% 0.98% -
XYZ 45.55 31.35 7.65 -
YUV 144.76 79.04 203.07 -
System Red Green Blue C M Y K H S L
Decimal 250 108 58 0 0.57 0.77 0.02 15.63 0.95 0.6
Hex FA 6C 3A 0 39 4D 2 10 5F 3C
Octal 372 154 72 0 71 115 2 20 137 74
Binary 11111010 1101100 111010 0 111001 1001101 10 10000 1011111 111100

Color Harmonies of #FA6C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C3A

Black with #FA6C3A

Text Example


Text Example

White with #FA6C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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