Html Css Color HEX #FA803B Burnt Orange

📋 copy color: '#FA803B'

red 250 ◦ green 128 ◦ blue 59

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

Shades of Burnt Orange #FA803B

Tints of Burnt Orange #FA803B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.29%

 BLUE value IS 59 (23.44% from 255) = 13.5%

R = 57.21%
G = 29.29%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA803B (or 0xFA803B) is known color: Burnt Orange. HEX triplet: FA, 80 and 3B. RGB value is (250,128,59). Sum of RGB (Red+Green+Blue) = 250+128+59=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 59 (23.44% from 255 or 13.50% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FA803B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA803B is #057FC4. Grayscale: #9D9D9D. Windows color (decimal): -360389 or 3899642. OLE color: 3899642.

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

Color convert

RGB 250 128 59 -
CMYK 0 0.49 0.76 0.02
HSL 21.68º 0.95% 0.61% -
HSV(B) 21.68º 0.76% 0.98% -
XYZ 47.93 36.08 8.58 -
YUV 156.61 72.92 194.61 -
System Red Green Blue C M Y K H S L
Decimal 250 128 59 0 0.49 0.76 0.02 21.68 0.95 0.61
Hex FA 80 3B 0 31 4C 2 16 5F 3D
Octal 372 200 73 0 61 114 2 26 137 75
Binary 11111010 10000000 111011 0 110001 1001100 10 10110 1011111 111101

Color Harmonies of #FA803B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA803B

Black with #FA803B

Text Example


Text Example

White with #FA803B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA803B; }

 p { color: rgb(250,128,59); }

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

background-color css

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

 a { background-color: rgb(250,128,59); }

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

border-color css

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

 span { border-color: rgb(250,128,59); }

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