Html Css Color HEX #FB4A32 Red Orange

📋 copy color: '#FB4A32'

red 251 ◦ green 74 ◦ blue 50

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

Shades of Red Orange #FB4A32

Tints of Red Orange #FB4A32

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.73%

 BLUE value IS 50 (19.92% from 255) = 13.33%

R = 66.93%
G = 19.73%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB4A32 (or 0xFB4A32) is known color: Red Orange. HEX triplet: FB, 4A and 32. RGB value is (251,74,50). Sum of RGB (Red+Green+Blue) = 251+74+50=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4A32 is #04B5CD. Grayscale: #7C7C7C. Windows color (decimal): -308686 or 3295995. OLE color: 3295995.

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

Color convert

RGB 251 74 50 -
CMYK 0 0.71 0.80 0.02
HSL 7.16º 0.96% 0.59% -
HSV(B) 7.16º 0.8% 0.98% -
XYZ 42.81 25.64 5.71 -
YUV 124.19 86.14 218.45 -
System Red Green Blue C M Y K H S L
Decimal 251 74 50 0 0.71 0.80 0.02 7.16 0.96 0.59
Hex FB 4A 32 0 47 50 2 7 60 3B
Octal 373 112 62 0 107 120 2 7 140 73
Binary 11111011 1001010 110010 0 1000111 1010000 10 111 1100000 111011

Color Harmonies of #FB4A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4A32

Black with #FB4A32

Text Example


Text Example

White with #FB4A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4A32; }

 p { color: rgb(251,74,50); }

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

background-color css

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

 a { background-color: rgb(251,74,50); }

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

border-color css

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

 span { border-color: rgb(251,74,50); }

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