Html Css Color HEX #FB532B Outrageous Orange

📋 copy color: '#FB532B'

red 251 ◦ green 83 ◦ blue 43

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

Shades of Outrageous Orange #FB532B

Tints of Outrageous Orange #FB532B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.02%

 BLUE value IS 43 (17.19% from 255) = 11.41%

R = 66.58%
G = 22.02%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB532B (or 0xFB532B) is known color: Outrageous Orange. HEX triplet: FB, 53 and 2B. RGB value is (251,83,43). Sum of RGB (Red+Green+Blue) = 251+83+43=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB532B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB532B is #04ACD4. Grayscale: #818181. Windows color (decimal): -306389 or 2839547. OLE color: 2839547.

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

Color convert

RGB 251 83 43 -
CMYK 0 0.67 0.83 0.02
HSL 11.54º 0.96% 0.58% -
HSV(B) 11.54º 0.83% 0.98% -
XYZ 43.31 26.87 5.19 -
YUV 128.67 79.66 215.25 -
System Red Green Blue C M Y K H S L
Decimal 251 83 43 0 0.67 0.83 0.02 11.54 0.96 0.58
Hex FB 53 2B 0 43 53 2 C 60 3A
Octal 373 123 53 0 103 123 2 14 140 72
Binary 11111011 1010011 101011 0 1000011 1010011 10 1100 1100000 111010

Color Harmonies of #FB532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB532B

Black with #FB532B

Text Example


Text Example

White with #FB532B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB532B; }

 p { color: rgb(251,83,43); }

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

background-color css

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

 a { background-color: rgb(251,83,43); }

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

border-color css

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

 span { border-color: rgb(251,83,43); }

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