Html Css Color HEX #FA6830 Burnt Orange

📋 copy color: '#FA6830'

red 250 ◦ green 104 ◦ blue 48

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

Shades of Burnt Orange #FA6830

Tints of Burnt Orange #FA6830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.87%

 BLUE value IS 48 (19.14% from 255) = 11.94%

R = 62.19%
G = 25.87%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA6830 (or 0xFA6830) is known color: Burnt Orange. HEX triplet: FA, 68 and 30. RGB value is (250,104,48). Sum of RGB (Red+Green+Blue) = 250+104+48=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6830 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6830 is #0597CF. Grayscale: #8D8D8D. Windows color (decimal): -366544 or 3172602. OLE color: 3172602.

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

Color convert

RGB 250 104 48 -
CMYK 0 0.58 0.81 0.02
HSL 16.63º 0.95% 0.58% -
HSV(B) 16.63º 0.81% 0.98% -
XYZ 44.91 30.44 6.3 -
YUV 141.27 75.37 205.55 -
System Red Green Blue C M Y K H S L
Decimal 250 104 48 0 0.58 0.81 0.02 16.63 0.95 0.58
Hex FA 68 30 0 3A 51 2 11 5F 3A
Octal 372 150 60 0 72 121 2 21 137 72
Binary 11111010 1101000 110000 0 111010 1010001 10 10001 1011111 111010

Color Harmonies of #FA6830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6830

Black with #FA6830

Text Example


Text Example

White with #FA6830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6830; }

 p { color: rgb(250,104,48); }

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

background-color css

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

 a { background-color: rgb(250,104,48); }

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

border-color css

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

 span { border-color: rgb(250,104,48); }

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