Html Css Color HEX #FA6E3D Burnt Orange

📋 copy color: '#FA6E3D'

red 250 ◦ green 110 ◦ blue 61

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

Shades of Burnt Orange #FA6E3D

Tints of Burnt Orange #FA6E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.49%

R = 59.38%
G = 26.13%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA6E3D (or 0xFA6E3D) is known color: Burnt Orange. HEX triplet: FA, 6E and 3D. RGB value is (250,110,61). Sum of RGB (Red+Green+Blue) = 250+110+61=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6E3D is #0591C2. Grayscale: #929292. Windows color (decimal): -364995 or 4026106. OLE color: 4026106.

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

Color convert

RGB 250 110 61 -
CMYK 0 0.56 0.76 0.02
HSL 15.56º 0.95% 0.61% -
HSV(B) 15.56º 0.76% 0.98% -
XYZ 45.84 31.81 8.14 -
YUV 146.27 79.88 201.98 -
System Red Green Blue C M Y K H S L
Decimal 250 110 61 0 0.56 0.76 0.02 15.56 0.95 0.61
Hex FA 6E 3D 0 38 4C 2 10 5F 3D
Octal 372 156 75 0 70 114 2 20 137 75
Binary 11111010 1101110 111101 0 111000 1001100 10 10000 1011111 111101

Color Harmonies of #FA6E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6E3D

Black with #FA6E3D

Text Example


Text Example

White with #FA6E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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