Html Css Color HEX #FA7A2B Burnt Orange

📋 copy color: '#FA7A2B'

red 250 ◦ green 122 ◦ blue 43

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

Shades of Burnt Orange #FA7A2B

Tints of Burnt Orange #FA7A2B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.4%

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

R = 60.24%
G = 29.4%
B = 10.36%

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

#FA7A2B (or 0xFA7A2B) is known color: Burnt Orange. HEX triplet: FA, 7A and 2B. RGB value is (250,122,43). Sum of RGB (Red+Green+Blue) = 250+122+43=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7A2B is #0585D4. Grayscale: #979797. Windows color (decimal): -361941 or 2849530. OLE color: 2849530.

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

Color convert

RGB 250 122 43 -
CMYK 0 0.51 0.83 0.02
HSL 22.9º 0.95% 0.57% -
HSV(B) 22.9º 0.83% 0.98% -
XYZ 46.82 34.42 6.46 -
YUV 151.27 66.91 198.42 -
System Red Green Blue C M Y K H S L
Decimal 250 122 43 0 0.51 0.83 0.02 22.9 0.95 0.57
Hex FA 7A 2B 0 33 53 2 17 5F 39
Octal 372 172 53 0 63 123 2 27 137 71
Binary 11111010 1111010 101011 0 110011 1010011 10 10111 1011111 111001

Color Harmonies of #FA7A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7A2B

Black with #FA7A2B

Text Example


Text Example

White with #FA7A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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