Html Css Color HEX #FA6E34 Burnt Orange

📋 copy color: '#FA6E34'

red 250 ◦ green 110 ◦ blue 52

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

Shades of Burnt Orange #FA6E34

Tints of Burnt Orange #FA6E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.62%

R = 60.68%
G = 26.7%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA6E34 (or 0xFA6E34) is known color: Burnt Orange. HEX triplet: FA, 6E and 34. RGB value is (250,110,52). Sum of RGB (Red+Green+Blue) = 250+110+52=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6E34 is #0591CB. Grayscale: #919191. Windows color (decimal): -365004 or 3436282. OLE color: 3436282.

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

Color convert

RGB 250 110 52 -
CMYK 0 0.56 0.79 0.02
HSL 17.58º 0.95% 0.59% -
HSV(B) 17.58º 0.79% 0.98% -
XYZ 45.62 31.72 6.97 -
YUV 145.25 75.38 202.72 -
System Red Green Blue C M Y K H S L
Decimal 250 110 52 0 0.56 0.79 0.02 17.58 0.95 0.59
Hex FA 6E 34 0 38 4F 2 12 5F 3B
Octal 372 156 64 0 70 117 2 22 137 73
Binary 11111010 1101110 110100 0 111000 1001111 10 10010 1011111 111011

Color Harmonies of #FA6E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6E34

Black with #FA6E34

Text Example


Text Example

White with #FA6E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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