Html Css Color HEX #FA7B3A Burnt Orange

📋 copy color: '#FA7B3A'

red 250 ◦ green 123 ◦ blue 58

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

Shades of Burnt Orange #FA7B3A

Tints of Burnt Orange #FA7B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.46%

R = 58%
G = 28.54%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA7B3A (or 0xFA7B3A) is known color: Burnt Orange. HEX triplet: FA, 7B and 3A. RGB value is (250,123,58). Sum of RGB (Red+Green+Blue) = 250+123+58=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7B3A is #0584C5. Grayscale: #999999. Windows color (decimal): -361670 or 3832826. OLE color: 3832826.

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

Color convert

RGB 250 123 58 -
CMYK 0 0.51 0.77 0.02
HSL 20.31º 0.95% 0.6% -
HSV(B) 20.31º 0.77% 0.98% -
XYZ 47.27 34.8 8.23 -
YUV 153.56 74.08 196.79 -
System Red Green Blue C M Y K H S L
Decimal 250 123 58 0 0.51 0.77 0.02 20.31 0.95 0.6
Hex FA 7B 3A 0 33 4D 2 14 5F 3C
Octal 372 173 72 0 63 115 2 24 137 74
Binary 11111010 1111011 111010 0 110011 1001101 10 10100 1011111 111100

Color Harmonies of #FA7B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7B3A

Black with #FA7B3A

Text Example


Text Example

White with #FA7B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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