Html Css Color HEX #FA6426 Burnt Orange

📋 copy color: '#FA6426'

red 250 ◦ green 100 ◦ blue 38

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

Shades of Burnt Orange #FA6426

Tints of Burnt Orange #FA6426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.77%

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

R = 64.43%
G = 25.77%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA6426 (or 0xFA6426) is known color: Burnt Orange. HEX triplet: FA, 64 and 26. RGB value is (250,100,38). Sum of RGB (Red+Green+Blue) = 250+100+38=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6426 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6426 is #059BD9. Grayscale: #8A8A8A. Windows color (decimal): -367578 or 2516218. OLE color: 2516218.

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

Color convert

RGB 250 100 38 -
CMYK 0 0.6 0.85 0.02
HSL 17.55º 0.95% 0.56% -
HSV(B) 17.55º 0.85% 0.98% -
XYZ 44.33 29.58 5.21 -
YUV 137.78 71.7 208.04 -
System Red Green Blue C M Y K H S L
Decimal 250 100 38 0 0.6 0.85 0.02 17.55 0.95 0.56
Hex FA 64 26 0 3C 55 2 12 5F 38
Octal 372 144 46 0 74 125 2 22 137 70
Binary 11111010 1100100 100110 0 111100 1010101 10 10010 1011111 111000

Color Harmonies of #FA6426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6426

Black with #FA6426

Text Example


Text Example

White with #FA6426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6426; }

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

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

background-color css

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

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

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

border-color css

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

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

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