Html Css Color HEX #FB3A01 Orange Red

📋 copy color: '#FB3A01'

red 251 ◦ green 58 ◦ blue 1

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

Shades of Orange Red #FB3A01

Tints of Orange Red #FB3A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 80.97%
G = 18.71%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FB3A01 (or 0xFB3A01) is known color: Orange Red. HEX triplet: FB, 3A and 01. RGB value is (251,58,1). Sum of RGB (Red+Green+Blue) = 251+58+1=310 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.97% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3A01 is #04C5FE. Grayscale: #6D6D6D. Windows color (decimal): -312831 or 80635. OLE color: 80635.

HSL color Cylindrical-coordinate representation of color #FB3A01: hue angle of 13.68º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB3A01 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 58 1 -
CMYK 0 0.77 1.00 0.02
HSL 13.68º 0.99% 0.49% -
HSV(B) 13.68º 1% 0.98% -
XYZ 41.3 23.54 2.4 -
YUV 109.21 66.94 229.13 -
System Red Green Blue C M Y K H S L
Decimal 251 58 1 0 0.77 1.00 0.02 13.68 0.99 0.49
Hex FB 3A 1 0 4D 64 2 E 63 31
Octal 373 72 1 0 115 144 2 16 143 61
Binary 11111011 111010 1 0 1001101 1100100 10 1110 1100011 110001

Color Harmonies of #FB3A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3A01

Black with #FB3A01

Text Example


Text Example

White with #FB3A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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