Html Css Color HEX #FA6526 Burnt Orange

📋 copy color: '#FA6526'

red 250 ◦ green 101 ◦ blue 38

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

Shades of Burnt Orange #FA6526

Tints of Burnt Orange #FA6526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.77%

R = 64.27%
G = 25.96%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA6526 (or 0xFA6526) is known color: Burnt Orange. HEX triplet: FA, 65 and 26. RGB value is (250,101,38). Sum of RGB (Red+Green+Blue) = 250+101+38=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6526 is #059AD9. Grayscale: #8A8A8A. Windows color (decimal): -367322 or 2516474. OLE color: 2516474.

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

Color convert

RGB 250 101 38 -
CMYK 0 0.60 0.85 0.02
HSL 17.83º 0.95% 0.56% -
HSV(B) 17.83º 0.85% 0.98% -
XYZ 44.43 29.77 5.24 -
YUV 138.37 71.36 207.62 -
System Red Green Blue C M Y K H S L
Decimal 250 101 38 0 0.60 0.85 0.02 17.83 0.95 0.56
Hex FA 65 26 0 3C 55 2 12 5F 38
Octal 372 145 46 0 74 125 2 22 137 70
Binary 11111010 1100101 100110 0 111100 1010101 10 10010 1011111 111000

Color Harmonies of #FA6526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6526

Black with #FA6526

Text Example


Text Example

White with #FA6526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6526; }

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

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

background-color css

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

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

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

border-color css

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

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

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