Html Css Color HEX #FB352B Red Orange

📋 copy color: '#FB352B'

red 251 ◦ green 53 ◦ blue 43

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

Shades of Red Orange #FB352B

Tints of Red Orange #FB352B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.39%

R = 72.33%
G = 15.27%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB352B (or 0xFB352B) is known color: Red Orange. HEX triplet: FB, 35 and 2B. RGB value is (251,53,43). Sum of RGB (Red+Green+Blue) = 251+53+43=347 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.33% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 251 - color contains mainly: red. Hex color #FB352B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB352B is #04CAD4. Grayscale: #6F6F6F. Windows color (decimal): -314069 or 2831867. OLE color: 2831867.

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

Color convert

RGB 251 53 43 -
CMYK 0 0.79 0.83 0.02
HSL 2.88º 0.96% 0.58% -
HSV(B) 2.88º 0.83% 0.98% -
XYZ 41.49 23.23 4.58 -
YUV 111.06 89.6 227.81 -
System Red Green Blue C M Y K H S L
Decimal 251 53 43 0 0.79 0.83 0.02 2.88 0.96 0.58
Hex FB 35 2B 0 4F 53 2 3 60 3A
Octal 373 65 53 0 117 123 2 3 140 72
Binary 11111011 110101 101011 0 1001111 1010011 10 11 1100000 111010

Color Harmonies of #FB352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB352B

Black with #FB352B

Text Example


Text Example

White with #FB352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB352B; }

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

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

background-color css

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

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

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

border-color css

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

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

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