Html Css Color HEX #FB4112 Orange Red

📋 copy color: '#FB4112'

red 251 ◦ green 65 ◦ blue 18

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

Shades of Orange Red #FB4112

Tints of Orange Red #FB4112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

 BLUE value IS 18 (7.42% from 255) = 5.39%

R = 75.15%
G = 19.46%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB4112 (or 0xFB4112) is known color: Orange Red. HEX triplet: FB, 41 and 12. RGB value is (251,65,18). Sum of RGB (Red+Green+Blue) = 251+65+18=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4112 is #04BEED. Grayscale: #737373. Windows color (decimal): -311022 or 1196539. OLE color: 1196539.

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

Color convert

RGB 251 65 18 -
CMYK 0 0.74 0.93 0.02
HSL 12.1º 0.97% 0.53% -
HSV(B) 12.1º 0.93% 0.98% -
XYZ 41.78 24.33 3.07 -
YUV 115.26 73.12 224.82 -
System Red Green Blue C M Y K H S L
Decimal 251 65 18 0 0.74 0.93 0.02 12.1 0.97 0.53
Hex FB 41 12 0 4A 5D 2 C 61 35
Octal 373 101 22 0 112 135 2 14 141 65
Binary 11111011 1000001 10010 0 1001010 1011101 10 1100 1100001 110101

Color Harmonies of #FB4112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4112

Black with #FB4112

Text Example


Text Example

White with #FB4112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4112; }

 p { color: rgb(251,65,18); }

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

background-color css

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

 a { background-color: rgb(251,65,18); }

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

border-color css

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

 span { border-color: rgb(251,65,18); }

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