Html Css Color HEX #FA802B Burnt Orange

📋 copy color: '#FA802B'

red 250 ◦ green 128 ◦ blue 43

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

Shades of Burnt Orange #FA802B

Tints of Burnt Orange #FA802B

RGB

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

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

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

R = 59.38%
G = 30.4%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA802B (or 0xFA802B) is known color: Burnt Orange. HEX triplet: FA, 80 and 2B. RGB value is (250,128,43). Sum of RGB (Red+Green+Blue) = 250+128+43=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA802B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA802B is #057FD4. Grayscale: #9B9B9B. Windows color (decimal): -360405 or 2851066. OLE color: 2851066.

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

Color convert

RGB 250 128 43 -
CMYK 0 0.49 0.83 0.02
HSL 24.64º 0.95% 0.57% -
HSV(B) 24.64º 0.83% 0.98% -
XYZ 47.58 35.94 6.71 -
YUV 154.79 64.92 195.91 -
System Red Green Blue C M Y K H S L
Decimal 250 128 43 0 0.49 0.83 0.02 24.64 0.95 0.57
Hex FA 80 2B 0 31 53 2 19 5F 39
Octal 372 200 53 0 61 123 2 31 137 71
Binary 11111010 10000000 101011 0 110001 1010011 10 11001 1011111 111001

Color Harmonies of #FA802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA802B

Black with #FA802B

Text Example


Text Example

White with #FA802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA802B; }

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

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

background-color css

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

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

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

border-color css

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

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

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