Html Css Color HEX #FB342D Red Orange

📋 copy color: '#FB342D'

red 251 ◦ green 52 ◦ blue 45

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

Shades of Red Orange #FB342D

Tints of Red Orange #FB342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.93%

R = 72.13%
G = 14.94%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB342D (or 0xFB342D) is known color: Red Orange. HEX triplet: FB, 34 and 2D. RGB value is (251,52,45). Sum of RGB (Red+Green+Blue) = 251+52+45=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB342D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB342D is #04CBD2. Grayscale: #6E6E6E. Windows color (decimal): -314323 or 2962683. OLE color: 2962683.

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

Color convert

RGB 251 52 45 -
CMYK 0 0.79 0.82 0.02
HSL 2.04º 0.96% 0.58% -
HSV(B) 2.04º 0.82% 0.98% -
XYZ 41.49 23.15 4.77 -
YUV 110.7 90.93 228.07 -
System Red Green Blue C M Y K H S L
Decimal 251 52 45 0 0.79 0.82 0.02 2.04 0.96 0.58
Hex FB 34 2D 0 4F 52 2 2 60 3A
Octal 373 64 55 0 117 122 2 2 140 72
Binary 11111011 110100 101101 0 1001111 1010010 10 10 1100000 111010

Color Harmonies of #FB342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB342D

Black with #FB342D

Text Example


Text Example

White with #FB342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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