Html Css Color HEX #FB3A34 Red Orange

📋 copy color: '#FB3A34'

red 251 ◦ green 58 ◦ blue 52

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

Shades of Red Orange #FB3A34

Tints of Red Orange #FB3A34

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.07%

 BLUE value IS 52 (20.7% from 255) = 14.4%

R = 69.53%
G = 16.07%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FB3A34 (or 0xFB3A34) is known color: Red Orange. HEX triplet: FB, 3A and 34. RGB value is (251,58,52). Sum of RGB (Red+Green+Blue) = 251+58+52=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3A34 is #04C5CB. Grayscale: #737373. Windows color (decimal): -312780 or 3422971. OLE color: 3422971.

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

Color convert

RGB 251 58 52 -
CMYK 0 0.77 0.79 0.02
HSL 1.81º 0.96% 0.59% -
HSV(B) 1.81º 0.79% 0.98% -
XYZ 41.92 23.78 5.63 -
YUV 115.02 92.44 224.99 -
System Red Green Blue C M Y K H S L
Decimal 251 58 52 0 0.77 0.79 0.02 1.81 0.96 0.59
Hex FB 3A 34 0 4D 4F 2 2 60 3B
Octal 373 72 64 0 115 117 2 2 140 73
Binary 11111011 111010 110100 0 1001101 1001111 10 10 1100000 111011

Color Harmonies of #FB3A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3A34

Black with #FB3A34

Text Example


Text Example

White with #FB3A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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