Html Css Color HEX #FB3125 Red Orange

📋 copy color: '#FB3125'

red 251 ◦ green 49 ◦ blue 37

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

Shades of Red Orange #FB3125

Tints of Red Orange #FB3125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.54%

 BLUE value IS 37 (14.84% from 255) = 10.98%

R = 74.48%
G = 14.54%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FB3125 (or 0xFB3125) is known color: Red Orange. HEX triplet: FB, 31 and 25. RGB value is (251,49,37). Sum of RGB (Red+Green+Blue) = 251+49+37=337 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.48% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3125 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3125 is #04CEDA. Grayscale: #6C6C6C. Windows color (decimal): -315099 or 2437627. OLE color: 2437627.

HSL color Cylindrical-coordinate representation of color #FB3125: hue angle of 3.36º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB3125 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 49 37 -
CMYK 0 0.80 0.85 0.02
HSL 3.36º 0.96% 0.56% -
HSV(B) 3.36º 0.85% 0.98% -
XYZ 41.22 22.84 3.99 -
YUV 108.03 87.92 229.98 -
System Red Green Blue C M Y K H S L
Decimal 251 49 37 0 0.80 0.85 0.02 3.36 0.96 0.56
Hex FB 31 25 0 50 55 2 3 60 38
Octal 373 61 45 0 120 125 2 3 140 70
Binary 11111011 110001 100101 0 1010000 1010101 10 11 1100000 111000

Color Harmonies of #FB3125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3125

Black with #FB3125

Text Example


Text Example

White with #FB3125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3125; }

 p { color: rgb(251,49,37); }

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

background-color css

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

 a { background-color: rgb(251,49,37); }

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

border-color css

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

 span { border-color: rgb(251,49,37); }

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