Html Css Color HEX #FA7729 Burnt Orange

📋 copy color: '#FA7729'

red 250 ◦ green 119 ◦ blue 41

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

Shades of Burnt Orange #FA7729

Tints of Burnt Orange #FA7729

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.02%

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

R = 60.98%
G = 29.02%
B = 10%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA7729 (or 0xFA7729) is known color: Burnt Orange. HEX triplet: FA, 77 and 29. RGB value is (250,119,41). Sum of RGB (Red+Green+Blue) = 250+119+41=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7729 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7729 is #0588D6. Grayscale: #959595. Windows color (decimal): -362711 or 2717690. OLE color: 2717690.

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

Color convert

RGB 250 119 41 -
CMYK 0 0.52 0.84 0.02
HSL 22.39º 0.95% 0.57% -
HSV(B) 22.39º 0.84% 0.98% -
XYZ 46.42 33.68 6.15 -
YUV 149.28 66.9 199.84 -
System Red Green Blue C M Y K H S L
Decimal 250 119 41 0 0.52 0.84 0.02 22.39 0.95 0.57
Hex FA 77 29 0 34 54 2 16 5F 39
Octal 372 167 51 0 64 124 2 26 137 71
Binary 11111010 1110111 101001 0 110100 1010100 10 10110 1011111 111001

Color Harmonies of #FA7729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7729

Black with #FA7729

Text Example


Text Example

White with #FA7729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7729; }

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

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

background-color css

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

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

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

border-color css

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

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

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