Html Css Color HEX #FB3E32 Red Orange

📋 copy color: '#FB3E32'

red 251 ◦ green 62 ◦ blue 50

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

Shades of Red Orange #FB3E32

Tints of Red Orange #FB3E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.08%

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

R = 69.15%
G = 17.08%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB3E32 (or 0xFB3E32) is known color: Red Orange. HEX triplet: FB, 3E and 32. RGB value is (251,62,50). Sum of RGB (Red+Green+Blue) = 251+62+50=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3E32 is #04C1CD. Grayscale: #757575. Windows color (decimal): -311758 or 3292923. OLE color: 3292923.

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

Color convert

RGB 251 62 50 -
CMYK 0 0.75 0.80 0.02
HSL 3.58º 0.96% 0.59% -
HSV(B) 3.58º 0.8% 0.98% -
XYZ 42.08 24.18 5.47 -
YUV 117.14 90.12 223.48 -
System Red Green Blue C M Y K H S L
Decimal 251 62 50 0 0.75 0.80 0.02 3.58 0.96 0.59
Hex FB 3E 32 0 4B 50 2 4 60 3B
Octal 373 76 62 0 113 120 2 4 140 73
Binary 11111011 111110 110010 0 1001011 1010000 10 100 1100000 111011

Color Harmonies of #FB3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3E32

Black with #FB3E32

Text Example


Text Example

White with #FB3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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