Html Css Color HEX #FA6A2A Burnt Orange

📋 copy color: '#FA6A2A'

red 250 ◦ green 106 ◦ blue 42

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

Shades of Burnt Orange #FA6A2A

Tints of Burnt Orange #FA6A2A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.63%

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

R = 62.81%
G = 26.63%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA6A2A (or 0xFA6A2A) is known color: Burnt Orange. HEX triplet: FA, 6A and 2A. RGB value is (250,106,42). Sum of RGB (Red+Green+Blue) = 250+106+42=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6A2A is #0595D5. Grayscale: #8E8E8E. Windows color (decimal): -366038 or 2779898. OLE color: 2779898.

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

Color convert

RGB 250 106 42 -
CMYK 0 0.58 0.83 0.02
HSL 18.46º 0.95% 0.57% -
HSV(B) 18.46º 0.83% 0.98% -
XYZ 45 30.8 5.76 -
YUV 141.76 71.71 205.2 -
System Red Green Blue C M Y K H S L
Decimal 250 106 42 0 0.58 0.83 0.02 18.46 0.95 0.57
Hex FA 6A 2A 0 3A 53 2 12 5F 39
Octal 372 152 52 0 72 123 2 22 137 71
Binary 11111010 1101010 101010 0 111010 1010011 10 10010 1011111 111001

Color Harmonies of #FA6A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6A2A

Black with #FA6A2A

Text Example


Text Example

White with #FA6A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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