Html Css Color HEX #FA773E Burnt Orange

📋 copy color: '#FA773E'

red 250 ◦ green 119 ◦ blue 62

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

Shades of Burnt Orange #FA773E

Tints of Burnt Orange #FA773E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.39%

R = 58%
G = 27.61%
B = 14.39%

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

#FA773E (or 0xFA773E) is known color: Burnt Orange. HEX triplet: FA, 77 and 3E. RGB value is (250,119,62). Sum of RGB (Red+Green+Blue) = 250+119+62=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA773E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA773E is #0588C1. Grayscale: #989898. Windows color (decimal): -362690 or 4093946. OLE color: 4093946.

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

Color convert

RGB 250 119 62 -
CMYK 0 0.52 0.75 0.02
HSL 18.19º 0.95% 0.61% -
HSV(B) 18.19º 0.75% 0.98% -
XYZ 46.89 33.87 8.62 -
YUV 151.67 77.4 198.13 -
System Red Green Blue C M Y K H S L
Decimal 250 119 62 0 0.52 0.75 0.02 18.19 0.95 0.61
Hex FA 77 3E 0 34 4B 2 12 5F 3D
Octal 372 167 76 0 64 113 2 22 137 75
Binary 11111010 1110111 111110 0 110100 1001011 10 10010 1011111 111101

Color Harmonies of #FA773E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA773E

Black with #FA773E

Text Example


Text Example

White with #FA773E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA773E; }

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

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

background-color css

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

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

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

border-color css

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

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

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