Html Css Color HEX #FA4500 Orange Red

📋 copy color: '#FA4500'

red 250 ◦ green 69 ◦ blue 0

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

Shades of Orange Red #FA4500

Tints of Orange Red #FA4500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.37%
G = 21.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA4500 (or 0xFA4500) is known color: Orange Red. HEX triplet: FA, 45 and 00. RGB value is (250,69,0). Sum of RGB (Red+Green+Blue) = 250+69+0=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4500 is #05BAFF. Grayscale: #737373. Windows color (decimal): -375552 or 17914. OLE color: 17914.

HSL color Cylindrical-coordinate representation of color #FA4500: hue angle of 16.56º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA4500 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 69 0 -
CMYK 0 0.72 1 0.02
HSL 16.56º 1% 0.49% -
HSV(B) 16.56º 1% 0.98% -
XYZ 41.55 24.58 2.55 -
YUV 115.25 62.97 224.11 -
System Red Green Blue C M Y K H S L
Decimal 250 69 0 0 0.72 1 0.02 16.56 1 0.49
Hex FA 45 0 0 48 64 2 11 64 31
Octal 372 105 0 0 110 144 2 21 144 61
Binary 11111010 1000101 0 0 1001000 1100100 10 10001 1100100 110001

Color Harmonies of #FA4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4500

Black with #FA4500

Text Example


Text Example

White with #FA4500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4500; }

 p { color: rgb(250,69,0); }

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

background-color css

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

 a { background-color: rgb(250,69,0); }

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

border-color css

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

 span { border-color: rgb(250,69,0); }

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