Html Css Color HEX #FA390B Orange Red

📋 copy color: '#FA390B'

red 250 ◦ green 57 ◦ blue 11

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

Shades of Orange Red #FA390B

Tints of Orange Red #FA390B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.46%

R = 78.62%
G = 17.92%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA390B (or 0xFA390B) is known color: Orange Red. HEX triplet: FA, 39 and 0B. RGB value is (250,57,11). Sum of RGB (Red+Green+Blue) = 250+57+11=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA390B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA390B is #05C6F4. Grayscale: #6D6D6D. Windows color (decimal): -378613 or 735738. OLE color: 735738.

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

Color convert

RGB 250 57 11 -
CMYK 0 0.77 0.96 0.02
HSL 11.55º 0.96% 0.51% -
HSV(B) 11.55º 0.96% 0.98% -
XYZ 40.95 23.27 2.65 -
YUV 109.46 72.44 228.24 -
System Red Green Blue C M Y K H S L
Decimal 250 57 11 0 0.77 0.96 0.02 11.55 0.96 0.51
Hex FA 39 B 0 4D 60 2 C 60 33
Octal 372 71 13 0 115 140 2 14 140 63
Binary 11111010 111001 1011 0 1001101 1100000 10 1100 1100000 110011

Color Harmonies of #FA390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA390B

Black with #FA390B

Text Example


Text Example

White with #FA390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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