Html Css Color HEX #FB3A10 Orange Red

📋 copy color: '#FB3A10'

red 251 ◦ green 58 ◦ blue 16

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

Shades of Orange Red #FB3A10

Tints of Orange Red #FB3A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 77.23%
G = 17.85%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB3A10 (or 0xFB3A10) is known color: Orange Red. HEX triplet: FB, 3A and 10. RGB value is (251,58,16). Sum of RGB (Red+Green+Blue) = 251+58+16=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB3A10 is #04C5EF. Grayscale: #6F6F6F. Windows color (decimal): -312816 or 1063675. OLE color: 1063675.

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

Color convert

RGB 251 58 16 -
CMYK 0 0.77 0.94 0.02
HSL 10.72º 0.97% 0.52% -
HSV(B) 10.72º 0.94% 0.98% -
XYZ 41.39 23.57 2.86 -
YUV 110.92 74.44 227.92 -
System Red Green Blue C M Y K H S L
Decimal 251 58 16 0 0.77 0.94 0.02 10.72 0.97 0.52
Hex FB 3A 10 0 4D 5E 2 B 61 34
Octal 373 72 20 0 115 136 2 13 141 64
Binary 11111011 111010 10000 0 1001101 1011110 10 1011 1100001 110100

Color Harmonies of #FB3A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3A10

Black with #FB3A10

Text Example


Text Example

White with #FB3A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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