Html Css Color HEX #FA773F Burnt Orange

📋 copy color: '#FA773F'

red 250 ◦ green 119 ◦ blue 63

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

Shades of Burnt Orange #FA773F

Tints of Burnt Orange #FA773F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.58%

R = 57.87%
G = 27.55%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FA773F (or 0xFA773F) is known color: Burnt Orange. HEX triplet: FA, 77 and 3F. RGB value is (250,119,63). Sum of RGB (Red+Green+Blue) = 250+119+63=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA773F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA773F is #0588C0. Grayscale: #989898. Windows color (decimal): -362689 or 4159482. OLE color: 4159482.

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

Color convert

RGB 250 119 63 -
CMYK 0 0.52 0.75 0.02
HSL 17.97º 0.95% 0.61% -
HSV(B) 17.97º 0.75% 0.98% -
XYZ 46.92 33.88 8.77 -
YUV 151.79 77.9 198.05 -
System Red Green Blue C M Y K H S L
Decimal 250 119 63 0 0.52 0.75 0.02 17.97 0.95 0.61
Hex FA 77 3F 0 34 4B 2 12 5F 3D
Octal 372 167 77 0 64 113 2 22 137 75
Binary 11111010 1110111 111111 0 110100 1001011 10 10010 1011111 111101

Color Harmonies of #FA773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA773F

Black with #FA773F

Text Example


Text Example

White with #FA773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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