Html Css Color HEX #FB3A1A Red Orange

📋 copy color: '#FB3A1A'

red 251 ◦ green 58 ◦ blue 26

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

Shades of Red Orange #FB3A1A

Tints of Red Orange #FB3A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.76%

R = 74.93%
G = 17.31%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FB3A1A (or 0xFB3A1A) is known color: Red Orange. HEX triplet: FB, 3A and 1A. RGB value is (251,58,26). Sum of RGB (Red+Green+Blue) = 251+58+26=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3A1A is #04C5E5. Grayscale: #707070. Windows color (decimal): -312806 or 1719035. OLE color: 1719035.

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

Color convert

RGB 251 58 26 -
CMYK 0 0.77 0.90 0.02
HSL 8.53º 0.97% 0.54% -
HSV(B) 8.53º 0.9% 0.98% -
XYZ 41.48 23.61 3.35 -
YUV 112.06 79.44 227.1 -
System Red Green Blue C M Y K H S L
Decimal 251 58 26 0 0.77 0.90 0.02 8.53 0.97 0.54
Hex FB 3A 1A 0 4D 5A 2 9 61 36
Octal 373 72 32 0 115 132 2 11 141 66
Binary 11111011 111010 11010 0 1001101 1011010 10 1001 1100001 110110

Color Harmonies of #FB3A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3A1A

Black with #FB3A1A

Text Example


Text Example

White with #FB3A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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