Html Css Color HEX #FB3A13 Orange Red

📋 copy color: '#FB3A13'

red 251 ◦ green 58 ◦ blue 19

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

Shades of Orange Red #FB3A13

Tints of Orange Red #FB3A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.79%

R = 76.52%
G = 17.68%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB3A13 (or 0xFB3A13) is known color: Orange Red. HEX triplet: FB, 3A and 13. RGB value is (251,58,19). Sum of RGB (Red+Green+Blue) = 251+58+19=328 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.52% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3A13 is #04C5EC. Grayscale: #6F6F6F. Windows color (decimal): -312813 or 1260283. OLE color: 1260283.

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

Color convert

RGB 251 58 19 -
CMYK 0 0.77 0.92 0.02
HSL 10.09º 0.97% 0.53% -
HSV(B) 10.09º 0.92% 0.98% -
XYZ 41.41 23.58 2.99 -
YUV 111.26 75.94 227.67 -
System Red Green Blue C M Y K H S L
Decimal 251 58 19 0 0.77 0.92 0.02 10.09 0.97 0.53
Hex FB 3A 13 0 4D 5C 2 A 61 35
Octal 373 72 23 0 115 134 2 12 141 65
Binary 11111011 111010 10011 0 1001101 1011100 10 1010 1100001 110101

Color Harmonies of #FB3A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3A13

Black with #FB3A13

Text Example


Text Example

White with #FB3A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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