Html Css Color HEX #FA3900 Orange Red

📋 copy color: '#FA3900'

red 250 ◦ green 57 ◦ blue 0

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

Shades of Orange Red #FA3900

Tints of Orange Red #FA3900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.57%

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

R = 81.43%
G = 18.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA3900 (or 0xFA3900) is known color: Orange Red. HEX triplet: FA, 39 and 00. RGB value is (250,57,0). Sum of RGB (Red+Green+Blue) = 250+57+0=307 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.43% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3900 is #05C6FF. Grayscale: #6C6C6C. Windows color (decimal): -378624 or 14842. OLE color: 14842.

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

Color convert

RGB 250 57 0 -
CMYK 0 0.77 1 0.02
HSL 13.68º 1% 0.49% -
HSV(B) 13.68º 1% 0.98% -
XYZ 40.89 23.25 2.33 -
YUV 108.21 66.94 229.13 -
System Red Green Blue C M Y K H S L
Decimal 250 57 0 0 0.77 1 0.02 13.68 1 0.49
Hex FA 39 0 0 4D 64 2 E 64 31
Octal 372 71 0 0 115 144 2 16 144 61
Binary 11111010 111001 0 0 1001101 1100100 10 1110 1100100 110001

Color Harmonies of #FA3900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3900

Black with #FA3900

Text Example


Text Example

White with #FA3900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3900; }

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

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

background-color css

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

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

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

border-color css

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

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

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