Html Css Color HEX #FB3A1B Red Orange

📋 copy color: '#FB3A1B'

red 251 ◦ green 58 ◦ blue 27

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

Shades of Red Orange #FB3A1B

Tints of Red Orange #FB3A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.04%

R = 74.7%
G = 17.26%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB3A1B (or 0xFB3A1B) is known color: Red Orange. HEX triplet: FB, 3A and 1B. RGB value is (251,58,27). Sum of RGB (Red+Green+Blue) = 251+58+27=336 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.70% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3A1B is #04C5E4. Grayscale: #707070. Windows color (decimal): -312805 or 1784571. OLE color: 1784571.

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

Color convert

RGB 251 58 27 -
CMYK 0 0.77 0.89 0.02
HSL 8.3º 0.97% 0.55% -
HSV(B) 8.3º 0.89% 0.98% -
XYZ 41.49 23.61 3.41 -
YUV 112.17 79.94 227.02 -
System Red Green Blue C M Y K H S L
Decimal 251 58 27 0 0.77 0.89 0.02 8.3 0.97 0.55
Hex FB 3A 1B 0 4D 59 2 8 61 37
Octal 373 72 33 0 115 131 2 10 141 67
Binary 11111011 111010 11011 0 1001101 1011001 10 1000 1100001 110111

Color Harmonies of #FB3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3A1B

Black with #FB3A1B

Text Example


Text Example

White with #FB3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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