Html Css Color HEX #FB2A20 Red Orange

📋 copy color: '#FB2A20'

red 251 ◦ green 42 ◦ blue 32

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

Shades of Red Orange #FB2A20

Tints of Red Orange #FB2A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.92%

 BLUE value IS 32 (12.89% from 255) = 9.85%

R = 77.23%
G = 12.92%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB2A20 (or 0xFB2A20) is known color: Red Orange. HEX triplet: FB, 2A and 20. RGB value is (251,42,32). Sum of RGB (Red+Green+Blue) = 251+42+32=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2A20 is #04D5DF. Grayscale: #676767. Windows color (decimal): -316896 or 2108155. OLE color: 2108155.

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

Color convert

RGB 251 42 32 -
CMYK 0 0.83 0.87 0.02
HSL 2.74º 0.96% 0.55% -
HSV(B) 2.74º 0.87% 0.98% -
XYZ 40.87 22.27 3.51 -
YUV 103.35 87.74 233.31 -
System Red Green Blue C M Y K H S L
Decimal 251 42 32 0 0.83 0.87 0.02 2.74 0.96 0.55
Hex FB 2A 20 0 53 57 2 3 60 37
Octal 373 52 40 0 123 127 2 3 140 67
Binary 11111011 101010 100000 0 1010011 1010111 10 11 1100000 110111

Color Harmonies of #FB2A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2A20

Black with #FB2A20

Text Example


Text Example

White with #FB2A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2A20; }

 p { color: rgb(251,42,32); }

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

background-color css

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

 a { background-color: rgb(251,42,32); }

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

border-color css

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

 span { border-color: rgb(251,42,32); }

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