Html Css Color HEX #FB352F Red Orange

📋 copy color: '#FB352F'

red 251 ◦ green 53 ◦ blue 47

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

Shades of Red Orange #FB352F

Tints of Red Orange #FB352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.39%

R = 71.51%
G = 15.1%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB352F (or 0xFB352F) is known color: Red Orange. HEX triplet: FB, 35 and 2F. RGB value is (251,53,47). Sum of RGB (Red+Green+Blue) = 251+53+47=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB352F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB352F is #04CAD0. Grayscale: #6F6F6F. Windows color (decimal): -314065 or 3094011. OLE color: 3094011.

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

Color convert

RGB 251 53 47 -
CMYK 0 0.79 0.81 0.02
HSL 1.76º 0.96% 0.58% -
HSV(B) 1.76º 0.81% 0.98% -
XYZ 41.57 23.26 4.99 -
YUV 111.52 91.6 227.49 -
System Red Green Blue C M Y K H S L
Decimal 251 53 47 0 0.79 0.81 0.02 1.76 0.96 0.58
Hex FB 35 2F 0 4F 51 2 2 60 3A
Octal 373 65 57 0 117 121 2 2 140 72
Binary 11111011 110101 101111 0 1001111 1010001 10 10 1100000 111010

Color Harmonies of #FB352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB352F

Black with #FB352F

Text Example


Text Example

White with #FB352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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