Html Css Color HEX #FA7B2B Burnt Orange

📋 copy color: '#FA7B2B'

red 250 ◦ green 123 ◦ blue 43

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

Shades of Burnt Orange #FA7B2B

Tints of Burnt Orange #FA7B2B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.57%

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

R = 60.1%
G = 29.57%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA7B2B (or 0xFA7B2B) is known color: Burnt Orange. HEX triplet: FA, 7B and 2B. RGB value is (250,123,43). Sum of RGB (Red+Green+Blue) = 250+123+43=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 43 (17.19% from 255 or 10.34% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7B2B is #0584D4. Grayscale: #989898. Windows color (decimal): -361685 or 2849786. OLE color: 2849786.

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

Color convert

RGB 250 123 43 -
CMYK 0 0.51 0.83 0.02
HSL 23.19º 0.95% 0.57% -
HSV(B) 23.19º 0.83% 0.98% -
XYZ 46.94 34.66 6.5 -
YUV 151.85 66.58 198 -
System Red Green Blue C M Y K H S L
Decimal 250 123 43 0 0.51 0.83 0.02 23.19 0.95 0.57
Hex FA 7B 2B 0 33 53 2 17 5F 39
Octal 372 173 53 0 63 123 2 27 137 71
Binary 11111010 1111011 101011 0 110011 1010011 10 10111 1011111 111001

Color Harmonies of #FA7B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7B2B

Black with #FA7B2B

Text Example


Text Example

White with #FA7B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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