Html Css Color HEX #FA772B Burnt Orange

📋 copy color: '#FA772B'

red 250 ◦ green 119 ◦ blue 43

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

Shades of Burnt Orange #FA772B

Tints of Burnt Orange #FA772B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.44%

R = 60.68%
G = 28.88%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA772B (or 0xFA772B) is known color: Burnt Orange. HEX triplet: FA, 77 and 2B. RGB value is (250,119,43). Sum of RGB (Red+Green+Blue) = 250+119+43=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA772B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA772B is #0588D4. Grayscale: #959595. Windows color (decimal): -362709 or 2848762. OLE color: 2848762.

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

Color convert

RGB 250 119 43 -
CMYK 0 0.52 0.83 0.02
HSL 22.03º 0.95% 0.57% -
HSV(B) 22.03º 0.83% 0.98% -
XYZ 46.46 33.69 6.34 -
YUV 149.51 67.9 199.68 -
System Red Green Blue C M Y K H S L
Decimal 250 119 43 0 0.52 0.83 0.02 22.03 0.95 0.57
Hex FA 77 2B 0 34 53 2 16 5F 39
Octal 372 167 53 0 64 123 2 26 137 71
Binary 11111010 1110111 101011 0 110100 1010011 10 10110 1011111 111001

Color Harmonies of #FA772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA772B

Black with #FA772B

Text Example


Text Example

White with #FA772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA772B; }

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

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

background-color css

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

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

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

border-color css

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

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

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