Html Css Color HEX #FA7129 Burnt Orange

📋 copy color: '#FA7129'

red 250 ◦ green 113 ◦ blue 41

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

Shades of Burnt Orange #FA7129

Tints of Burnt Orange #FA7129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

 BLUE value IS 41 (16.41% from 255) = 10.15%

R = 61.88%
G = 27.97%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA7129 (or 0xFA7129) is known color: Burnt Orange. HEX triplet: FA, 71 and 29. RGB value is (250,113,41). Sum of RGB (Red+Green+Blue) = 250+113+41=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7129 is #058ED6. Grayscale: #929292. Windows color (decimal): -364247 or 2716154. OLE color: 2716154.

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

Color convert

RGB 250 113 41 -
CMYK 0 0.55 0.84 0.02
HSL 20.67º 0.95% 0.57% -
HSV(B) 20.67º 0.84% 0.98% -
XYZ 45.73 32.29 5.92 -
YUV 145.76 68.89 202.35 -
System Red Green Blue C M Y K H S L
Decimal 250 113 41 0 0.55 0.84 0.02 20.67 0.95 0.57
Hex FA 71 29 0 37 54 2 15 5F 39
Octal 372 161 51 0 67 124 2 25 137 71
Binary 11111010 1110001 101001 0 110111 1010100 10 10101 1011111 111001

Color Harmonies of #FA7129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7129

Black with #FA7129

Text Example


Text Example

White with #FA7129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7129; }

 p { color: rgb(250,113,41); }

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

background-color css

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

 a { background-color: rgb(250,113,41); }

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

border-color css

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

 span { border-color: rgb(250,113,41); }

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