Html Css Color HEX #FB120F Red

📋 copy color: '#FB120F'

red 251 ◦ green 18 ◦ blue 15

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

Shades of Red #FB120F

Tints of Red #FB120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

 BLUE value IS 15 (6.25% from 255) = 5.28%

R = 88.38%
G = 6.34%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB120F (or 0xFB120F) is known color: Red. HEX triplet: FB, 12 and 0F. RGB value is (251,18,15). Sum of RGB (Red+Green+Blue) = 251+18+15=284 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.38% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 251 - color contains mainly: red. Hex color #FB120F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB120F is #04EDF0. Grayscale: #575757. Windows color (decimal): -323057 or 987899. OLE color: 987899.

HSL color Cylindrical-coordinate representation of color #FB120F: hue angle of 0.76º 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 #FB120F is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 18 15 -
CMYK 0 0.93 0.94 0.02
HSL 0.76º 0.97% 0.52% -
HSV(B) 0.76º 0.94% 0.98% -
XYZ 40.09 20.98 2.39 -
YUV 87.33 87.19 244.74 -
System Red Green Blue C M Y K H S L
Decimal 251 18 15 0 0.93 0.94 0.02 0.76 0.97 0.52
Hex FB 12 F 0 5D 5E 2 1 61 34
Octal 373 22 17 0 135 136 2 1 141 64
Binary 11111011 10010 1111 0 1011101 1011110 10 1 1100001 110100

Color Harmonies of #FB120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB120F

Black with #FB120F

Text Example


Text Example

White with #FB120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB120F; }

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

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

background-color css

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

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

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

border-color css

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

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

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