Html Css Color HEX #FA6527 Burnt Orange

📋 copy color: '#FA6527'

red 250 ◦ green 101 ◦ blue 39

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

Shades of Burnt Orange #FA6527

Tints of Burnt Orange #FA6527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10%

R = 64.1%
G = 25.9%
B = 10%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA6527 (or 0xFA6527) is known color: Burnt Orange. HEX triplet: FA, 65 and 27. RGB value is (250,101,39). Sum of RGB (Red+Green+Blue) = 250+101+39=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6527 is #059AD8. Grayscale: #8A8A8A. Windows color (decimal): -367321 or 2582010. OLE color: 2582010.

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

Color convert

RGB 250 101 39 -
CMYK 0 0.60 0.84 0.02
HSL 17.63º 0.95% 0.57% -
HSV(B) 17.63º 0.84% 0.98% -
XYZ 44.44 29.78 5.32 -
YUV 138.48 71.86 207.54 -
System Red Green Blue C M Y K H S L
Decimal 250 101 39 0 0.60 0.84 0.02 17.63 0.95 0.57
Hex FA 65 27 0 3C 54 2 12 5F 39
Octal 372 145 47 0 74 124 2 22 137 71
Binary 11111010 1100101 100111 0 111100 1010100 10 10010 1011111 111001

Color Harmonies of #FA6527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6527

Black with #FA6527

Text Example


Text Example

White with #FA6527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6527; }

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

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

background-color css

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

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

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

border-color css

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

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

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