Html Css Color HEX #FA6523 Burnt Orange

📋 copy color: '#FA6523'

red 250 ◦ green 101 ◦ blue 35

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

Shades of Burnt Orange #FA6523

Tints of Burnt Orange #FA6523

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.17%

 BLUE value IS 35 (14.06% from 255) = 9.07%

R = 64.77%
G = 26.17%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA6523 (or 0xFA6523) is known color: Burnt Orange. HEX triplet: FA, 65 and 23. RGB value is (250,101,35). Sum of RGB (Red+Green+Blue) = 250+101+35=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6523 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6523 is #059ADC. Grayscale: #8A8A8A. Windows color (decimal): -367325 or 2319866. OLE color: 2319866.

HSL color Cylindrical-coordinate representation of color #FA6523: hue angle of 18.42º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA6523 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 101 35 -
CMYK 0 0.60 0.86 0.02
HSL 18.42º 0.96% 0.56% -
HSV(B) 18.42º 0.86% 0.98% -
XYZ 44.38 29.75 4.99 -
YUV 138.03 69.86 207.87 -
System Red Green Blue C M Y K H S L
Decimal 250 101 35 0 0.60 0.86 0.02 18.42 0.96 0.56
Hex FA 65 23 0 3C 56 2 12 60 38
Octal 372 145 43 0 74 126 2 22 140 70
Binary 11111010 1100101 100011 0 111100 1010110 10 10010 1100000 111000

Color Harmonies of #FA6523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6523

Black with #FA6523

Text Example


Text Example

White with #FA6523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6523; }

 p { color: rgb(250,101,35); }

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

background-color css

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

 a { background-color: rgb(250,101,35); }

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

border-color css

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

 span { border-color: rgb(250,101,35); }

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