Html Css Color HEX #FA773B Burnt Orange

📋 copy color: '#FA773B'

red 250 ◦ green 119 ◦ blue 59

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

Shades of Burnt Orange #FA773B

Tints of Burnt Orange #FA773B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.79%

R = 58.41%
G = 27.8%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA773B (or 0xFA773B) is known color: Burnt Orange. HEX triplet: FA, 77 and 3B. RGB value is (250,119,59). Sum of RGB (Red+Green+Blue) = 250+119+59=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 59 (23.44% from 255 or 13.79% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA773B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA773B is #0588C4. Grayscale: #979797. Windows color (decimal): -362693 or 3897338. OLE color: 3897338.

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

Color convert

RGB 250 119 59 -
CMYK 0 0.52 0.76 0.02
HSL 18.85º 0.95% 0.61% -
HSV(B) 18.85º 0.76% 0.98% -
XYZ 46.81 33.83 8.2 -
YUV 151.33 75.9 198.38 -
System Red Green Blue C M Y K H S L
Decimal 250 119 59 0 0.52 0.76 0.02 18.85 0.95 0.61
Hex FA 77 3B 0 34 4C 2 13 5F 3D
Octal 372 167 73 0 64 114 2 23 137 75
Binary 11111010 1110111 111011 0 110100 1001100 10 10011 1011111 111101

Color Harmonies of #FA773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA773B

Black with #FA773B

Text Example


Text Example

White with #FA773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA773B; }

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

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

background-color css

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

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

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

border-color css

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

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

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