Html Css Color HEX #FA3B0B Orange Red

📋 copy color: '#FA3B0B'

red 250 ◦ green 59 ◦ blue 11

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

Shades of Orange Red #FA3B0B

Tints of Orange Red #FA3B0B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.44%

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

R = 78.13%
G = 18.44%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA3B0B (or 0xFA3B0B) is known color: Orange Red. HEX triplet: FA, 3B and 0B. RGB value is (250,59,11). Sum of RGB (Red+Green+Blue) = 250+59+11=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3B0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3B0B is #05C4F4. Grayscale: #6F6F6F. Windows color (decimal): -378101 or 736250. OLE color: 736250.

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

Color convert

RGB 250 59 11 -
CMYK 0 0.76 0.96 0.02
HSL 12.05º 0.96% 0.51% -
HSV(B) 12.05º 0.96% 0.98% -
XYZ 41.05 23.48 2.68 -
YUV 110.64 71.78 227.4 -
System Red Green Blue C M Y K H S L
Decimal 250 59 11 0 0.76 0.96 0.02 12.05 0.96 0.51
Hex FA 3B B 0 4C 60 2 C 60 33
Octal 372 73 13 0 114 140 2 14 140 63
Binary 11111010 111011 1011 0 1001100 1100000 10 1100 1100000 110011

Color Harmonies of #FA3B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3B0B

Black with #FA3B0B

Text Example


Text Example

White with #FA3B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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