Html Css Color HEX #FA722A Burnt Orange

📋 copy color: '#FA722A'

red 250 ◦ green 114 ◦ blue 42

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

Shades of Burnt Orange #FA722A

Tints of Burnt Orange #FA722A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.08%

 BLUE value IS 42 (16.8% from 255) = 10.34%

R = 61.58%
G = 28.08%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA722A (or 0xFA722A) is known color: Burnt Orange. HEX triplet: FA, 72 and 2A. RGB value is (250,114,42). Sum of RGB (Red+Green+Blue) = 250+114+42=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA722A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA722A is #058DD5. Grayscale: #929292. Windows color (decimal): -363990 or 2781946. OLE color: 2781946.

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

Color convert

RGB 250 114 42 -
CMYK 0 0.54 0.83 0.02
HSL 20.77º 0.95% 0.57% -
HSV(B) 20.77º 0.83% 0.98% -
XYZ 45.86 32.53 6.05 -
YUV 146.46 69.06 201.85 -
System Red Green Blue C M Y K H S L
Decimal 250 114 42 0 0.54 0.83 0.02 20.77 0.95 0.57
Hex FA 72 2A 0 36 53 2 15 5F 39
Octal 372 162 52 0 66 123 2 25 137 71
Binary 11111010 1110010 101010 0 110110 1010011 10 10101 1011111 111001

Color Harmonies of #FA722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA722A

Black with #FA722A

Text Example


Text Example

White with #FA722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA722A; }

 p { color: rgb(250,114,42); }

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

background-color css

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

 a { background-color: rgb(250,114,42); }

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

border-color css

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

 span { border-color: rgb(250,114,42); }

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