Html Css Color HEX #FB3325 Red Orange

📋 copy color: '#FB3325'

red 251 ◦ green 51 ◦ blue 37

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

Shades of Red Orange #FB3325

Tints of Red Orange #FB3325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.04%

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

R = 74.04%
G = 15.04%
B = 10.91%

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

#FB3325 (or 0xFB3325) is known color: Red Orange. HEX triplet: FB, 33 and 25. RGB value is (251,51,37). Sum of RGB (Red+Green+Blue) = 251+51+37=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3325 is #04CCDA. Grayscale: #6D6D6D. Windows color (decimal): -314587 or 2438139. OLE color: 2438139.

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

Color convert

RGB 251 51 37 -
CMYK 0 0.80 0.85 0.02
HSL 3.93º 0.96% 0.56% -
HSV(B) 3.93º 0.85% 0.98% -
XYZ 41.3 23.01 4.01 -
YUV 109.2 87.26 229.14 -
System Red Green Blue C M Y K H S L
Decimal 251 51 37 0 0.80 0.85 0.02 3.93 0.96 0.56
Hex FB 33 25 0 50 55 2 4 60 38
Octal 373 63 45 0 120 125 2 4 140 70
Binary 11111011 110011 100101 0 1010000 1010101 10 100 1100000 111000

Color Harmonies of #FB3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3325

Black with #FB3325

Text Example


Text Example

White with #FB3325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3325; }

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

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

background-color css

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

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

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

border-color css

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

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

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