Html Css Color HEX #FA802E Burnt Orange

📋 copy color: '#FA802E'

red 250 ◦ green 128 ◦ blue 46

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

Shades of Burnt Orange #FA802E

Tints of Burnt Orange #FA802E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.85%

R = 58.96%
G = 30.19%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA802E (or 0xFA802E) is known color: Burnt Orange. HEX triplet: FA, 80 and 2E. RGB value is (250,128,46). Sum of RGB (Red+Green+Blue) = 250+128+46=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA802E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA802E is #057FD1. Grayscale: #9B9B9B. Windows color (decimal): -360402 or 3047674. OLE color: 3047674.

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

Color convert

RGB 250 128 46 -
CMYK 0 0.49 0.82 0.02
HSL 24.12º 0.95% 0.58% -
HSV(B) 24.12º 0.82% 0.98% -
XYZ 47.64 35.96 7.01 -
YUV 155.13 66.42 195.67 -
System Red Green Blue C M Y K H S L
Decimal 250 128 46 0 0.49 0.82 0.02 24.12 0.95 0.58
Hex FA 80 2E 0 31 52 2 18 5F 3A
Octal 372 200 56 0 61 122 2 30 137 72
Binary 11111010 10000000 101110 0 110001 1010010 10 11000 1011111 111010

Color Harmonies of #FA802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA802E

Black with #FA802E

Text Example


Text Example

White with #FA802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA802E; }

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

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

background-color css

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

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

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

border-color css

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

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

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