Html Css Color HEX #FB5232 Outrageous Orange

📋 copy color: '#FB5232'

red 251 ◦ green 82 ◦ blue 50

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

Shades of Outrageous Orange #FB5232

Tints of Outrageous Orange #FB5232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.41%

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

R = 65.54%
G = 21.41%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB5232 (or 0xFB5232) is known color: Outrageous Orange. HEX triplet: FB, 52 and 32. RGB value is (251,82,50). Sum of RGB (Red+Green+Blue) = 251+82+50=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5232 is #04ADCD. Grayscale: #818181. Windows color (decimal): -306638 or 3298043. OLE color: 3298043.

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

Color convert

RGB 251 82 50 -
CMYK 0 0.67 0.80 0.02
HSL 9.55º 0.96% 0.59% -
HSV(B) 9.55º 0.8% 0.98% -
XYZ 43.38 26.77 5.9 -
YUV 128.88 83.49 215.1 -
System Red Green Blue C M Y K H S L
Decimal 251 82 50 0 0.67 0.80 0.02 9.55 0.96 0.59
Hex FB 52 32 0 43 50 2 A 60 3B
Octal 373 122 62 0 103 120 2 12 140 73
Binary 11111011 1010010 110010 0 1000011 1010000 10 1010 1100000 111011

Color Harmonies of #FB5232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5232

Black with #FB5232

Text Example


Text Example

White with #FB5232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5232; }

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

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

background-color css

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

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

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

border-color css

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

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

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