Html Css Color HEX #FA7040 Burnt Orange

📋 copy color: '#FA7040'

red 250 ◦ green 112 ◦ blue 64

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

Shades of Burnt Orange #FA7040

Tints of Burnt Orange #FA7040

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.29%

 BLUE value IS 64 (25.39% from 255) = 15.02%

R = 58.69%
G = 26.29%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA7040 (or 0xFA7040) is known color: Burnt Orange. HEX triplet: FA, 70 and 40. RGB value is (250,112,64). Sum of RGB (Red+Green+Blue) = 250+112+64=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7040 is #058FBF. Grayscale: #949494. Windows color (decimal): -364480 or 4223226. OLE color: 4223226.

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

Color convert

RGB 250 112 64 -
CMYK 0 0.55 0.74 0.02
HSL 15.48º 0.95% 0.62% -
HSV(B) 15.48º 0.74% 0.98% -
XYZ 46.14 32.28 8.65 -
YUV 147.79 80.72 200.9 -
System Red Green Blue C M Y K H S L
Decimal 250 112 64 0 0.55 0.74 0.02 15.48 0.95 0.62
Hex FA 70 40 0 37 4A 2 F 5F 3E
Octal 372 160 100 0 67 112 2 17 137 76
Binary 11111010 1110000 1000000 0 110111 1001010 10 1111 1011111 111110

Color Harmonies of #FA7040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7040

Black with #FA7040

Text Example


Text Example

White with #FA7040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7040; }

 p { color: rgb(250,112,64); }

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

background-color css

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

 a { background-color: rgb(250,112,64); }

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

border-color css

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

 span { border-color: rgb(250,112,64); }

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