Html Css Color HEX #FB3526 Red Orange

📋 copy color: '#FB3526'

red 251 ◦ green 53 ◦ blue 38

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

Shades of Red Orange #FB3526

Tints of Red Orange #FB3526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.5%

 BLUE value IS 38 (15.23% from 255) = 11.11%

R = 73.39%
G = 15.5%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FB3526 (or 0xFB3526) is known color: Red Orange. HEX triplet: FB, 35 and 26. RGB value is (251,53,38). Sum of RGB (Red+Green+Blue) = 251+53+38=342 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.39% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3526 is #04CAD9. Grayscale: #6E6E6E. Windows color (decimal): -314074 or 2504187. OLE color: 2504187.

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

Color convert

RGB 251 53 38 -
CMYK 0 0.79 0.85 0.02
HSL 4.23º 0.96% 0.57% -
HSV(B) 4.23º 0.85% 0.98% -
XYZ 41.41 23.2 4.13 -
YUV 110.49 87.1 228.22 -
System Red Green Blue C M Y K H S L
Decimal 251 53 38 0 0.79 0.85 0.02 4.23 0.96 0.57
Hex FB 35 26 0 4F 55 2 4 60 39
Octal 373 65 46 0 117 125 2 4 140 71
Binary 11111011 110101 100110 0 1001111 1010101 10 100 1100000 111001

Color Harmonies of #FB3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3526

Black with #FB3526

Text Example


Text Example

White with #FB3526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3526; }

 p { color: rgb(251,53,38); }

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

background-color css

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

 a { background-color: rgb(251,53,38); }

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

border-color css

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

 span { border-color: rgb(251,53,38); }

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