Html Css Color HEX #FB342B Red Orange

📋 copy color: '#FB342B'

red 251 ◦ green 52 ◦ blue 43

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

Shades of Red Orange #FB342B

Tints of Red Orange #FB342B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.03%

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

R = 72.54%
G = 15.03%
B = 12.43%

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

#FB342B (or 0xFB342B) is known color: Red Orange. HEX triplet: FB, 34 and 2B. RGB value is (251,52,43). Sum of RGB (Red+Green+Blue) = 251+52+43=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB342B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB342B is #04CBD4. Grayscale: #6E6E6E. Windows color (decimal): -314325 or 2831611. OLE color: 2831611.

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

Color convert

RGB 251 52 43 -
CMYK 0 0.79 0.83 0.02
HSL 2.6º 0.96% 0.58% -
HSV(B) 2.6º 0.83% 0.98% -
XYZ 41.45 23.14 4.57 -
YUV 110.48 89.93 228.23 -
System Red Green Blue C M Y K H S L
Decimal 251 52 43 0 0.79 0.83 0.02 2.6 0.96 0.58
Hex FB 34 2B 0 4F 53 2 3 60 3A
Octal 373 64 53 0 117 123 2 3 140 72
Binary 11111011 110100 101011 0 1001111 1010011 10 11 1100000 111010

Color Harmonies of #FB342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB342B

Black with #FB342B

Text Example


Text Example

White with #FB342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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