Html Css Color HEX #FA6425 Burnt Orange

📋 copy color: '#FA6425'

red 250 ◦ green 100 ◦ blue 37

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

Shades of Burnt Orange #FA6425

Tints of Burnt Orange #FA6425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.56%

R = 64.6%
G = 25.84%
B = 9.56%

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

#FA6425 (or 0xFA6425) is known color: Burnt Orange. HEX triplet: FA, 64 and 25. RGB value is (250,100,37). Sum of RGB (Red+Green+Blue) = 250+100+37=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6425 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6425 is #059BDA. Grayscale: #8A8A8A. Windows color (decimal): -367579 or 2450682. OLE color: 2450682.

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

Color convert

RGB 250 100 37 -
CMYK 0 0.6 0.85 0.02
HSL 17.75º 0.96% 0.56% -
HSV(B) 17.75º 0.85% 0.98% -
XYZ 44.32 29.57 5.12 -
YUV 137.67 71.2 208.12 -
System Red Green Blue C M Y K H S L
Decimal 250 100 37 0 0.6 0.85 0.02 17.75 0.96 0.56
Hex FA 64 25 0 3C 55 2 12 60 38
Octal 372 144 45 0 74 125 2 22 140 70
Binary 11111010 1100100 100101 0 111100 1010101 10 10010 1100000 111000

Color Harmonies of #FA6425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6425

Black with #FA6425

Text Example


Text Example

White with #FA6425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6425; }

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

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

background-color css

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

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

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

border-color css

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

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

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