Html Css Color HEX #FB3A0A Orange Red

📋 copy color: '#FB3A0A'

red 251 ◦ green 58 ◦ blue 10

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

Shades of Orange Red #FB3A0A

Tints of Orange Red #FB3A0A

RGB

 RED value IS 251 (98.44% from 255) = 78.68%

 GREEN value IS 58 (23.05% from 255) = 18.18%

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 78.68%
G = 18.18%
B = 3.13%

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

#FB3A0A (or 0xFB3A0A) is known color: Orange Red. HEX triplet: FB, 3A and 0A. RGB value is (251,58,10). Sum of RGB (Red+Green+Blue) = 251+58+10=319 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.68% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3A0A is #04C5F5. Grayscale: #6E6E6E. Windows color (decimal): -312822 or 670459. OLE color: 670459.

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

Color convert

RGB 251 58 10 -
CMYK 0 0.77 0.96 0.02
HSL 11.95º 0.97% 0.51% -
HSV(B) 11.95º 0.96% 0.98% -
XYZ 41.35 23.56 2.65 -
YUV 110.24 71.44 228.4 -
System Red Green Blue C M Y K H S L
Decimal 251 58 10 0 0.77 0.96 0.02 11.95 0.97 0.51
Hex FB 3A A 0 4D 60 2 C 61 33
Octal 373 72 12 0 115 140 2 14 141 63
Binary 11111011 111010 1010 0 1001101 1100000 10 1100 1100001 110011

Color Harmonies of #FB3A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3A0A

Black with #FB3A0A

Text Example


Text Example

White with #FB3A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3A0A; }

 p { color: rgb(251,58,10); }

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

background-color css

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

 a { background-color: rgb(251,58,10); }

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

border-color css

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

 span { border-color: rgb(251,58,10); }

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